We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae69a7 commit 27cd302Copy full SHA for 27cd302
.github/workflows/build_for_windows..yml
@@ -51,13 +51,13 @@ jobs:
51
52
- name: Create zip of dist folder
53
run: |
54
- Compress-Archive -Path dist\* -DestinationPath dist\app.zip
+ Compress-Archive -Path dist\* -DestinationPath dist/app.zip
55
56
- name: Upload Release Asset
57
if: startsWith(github.ref, 'refs/tags/')
58
uses: softprops/action-gh-release@v1
59
with:
60
- files: dist\app.zip
+ files: dist/app.zip
61
prerelease: ${{ startsWith(github.ref_name, 'b') }}
62
generate_release_notes: true
63
env:
0 commit comments