Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
luongngocminh committed Jan 7, 2024
1 parent 5a06c21 commit 38e80a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
with:
use-cross: ${{ matrix.cross }}
command: build
args: --verbose --release --package ${{ env.APP_NAME }} --target ${{ matrix.target }}
args: --verbose --release --package ${{ env.APP_NAME }} --target ${{ matrix.target }} --progress=plain

- name: Rename file
if: ${{ matrix.build != 'windows gnu x64' && matrix.build != 'windows msvc x64' }}
Expand Down

0 comments on commit 38e80a3

Please sign in to comment.