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 fdfd001 commit 8d46eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
run: flutter build windows

- name: Compress artifacts
run: tar.exe -zcvf windows-dev.zip build/windows/Runner/release
run: tar.exe -zcvf windows-dev.zip build\windows\x64\runner\Release

- name: Upload Build Zip
uses: actions/[email protected]
Expand Down

0 comments on commit 8d46eb5

Please sign in to comment.