Skip to content

Commit

Permalink
fix zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzh committed Mar 8, 2020
1 parent 826cc3d commit 4e88415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Create ZIP Package (*nix)
if: matrix.os != 'windows-latest'
run: |
(cd dist/canvas_grab && zip -r - dir-there) > canvas_grab.zip
(cd dist/canvas_grab && zip -r - .) > canvas_grab.zip
- name: Upload Artifact (ZIP)
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 4e88415

Please sign in to comment.