Skip to content

Commit

Permalink
chore: try verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Nov 19, 2023
1 parent 47abaa3 commit 950a39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
shell: bash
run: |
for target in ${{ join(matrix.tauri_target, ' ') }}; do
yarn build:tauri --target $target --config ./app/tauri/release.conf.json
yarn build:tauri --target $target --config ./app/tauri/release.conf.json --verbose
done
env:
APPLE_API_ISSUER: $${{ secrets.APPLE_API_ISSUER }}
Expand Down

0 comments on commit 950a39c

Please sign in to comment.