Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Jan 19, 2024
1 parent c2edf4d commit a8c9e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Create package
# Change into the artifacts directory to avoid including the directory itself in the zip archive
working-directory: build/windows/
run: zip -r ../${{ env.WINDOWS_PACKAGE_NAME }}.zip .
run: zip -r ../../${{ env.WINDOWS_PACKAGE_NAME }}.zip .

- name: Set body
run: |
Expand Down

0 comments on commit a8c9e14

Please sign in to comment.