Skip to content

Commit

Permalink
Zip location
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Feb 11, 2024
1 parent 294b7a4 commit c1d5b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Create zip file
run: |
cd dist/offlinehedy && zip -r ../../offlinehedy-${{ steps.daily-version.outputs.version }}.zip .
cd dist/offlinehedy && C:/msys64/usr/bin/zip -r ../../offlinehedy-${{ steps.daily-version.outputs.version }}.zip .
- if: steps.daily-version.outputs.created
name: Create Release
Expand Down

0 comments on commit c1d5b55

Please sign in to comment.