Skip to content

Commit

Permalink
ci: fix-github-build-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
charles0122 committed Sep 2, 2024
1 parent 2d9d040 commit 01bda77
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 @@ -331,7 +331,7 @@ jobs:
run: flutter pub run msix:publish

- name: Compress artifacts
run: tar.exe -a -c -f windows-${{ github.event.release.tag_name }}.zip build/windows/Runner/release
run: tar.exe -zcvf windows-${{ github.event.release.tag_name }}.zip build/windows/Runner/release

- name: Upload artifacts to release
uses: svenstaro/[email protected]
Expand Down

0 comments on commit 01bda77

Please sign in to comment.