Skip to content

Commit

Permalink
#27 - fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeclayton committed Jul 24, 2023
1 parent 609507b commit 4433dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/01_build_test_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: zip release
working-directory: ${{ env.BUILD_PATH }}
run: |
"C:\Program Files\7-Zip\7z.exe" FancyMouse-preview-v0.0.1.zip app
"C:\Program Files\7-Zip\7z.exe" "FancyMouse-preview-v0.0.1.zip" "app"
- name: upload release
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4433dd9

Please sign in to comment.