Skip to content

Commit

Permalink
build(clipper): fix zipping parent dirs on mac (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
exwm committed Aug 15, 2020
1 parent e2a9821 commit 51af5ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/yt_clipper_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ jobs:
- name: Zip artifacts on non-windows systems
if: matrix.os != 'windows-latest'
run: |
zip -r ./artifact/py/${{env.FULL_NAME}}.zip ./artifact/py/${{env.FULL_NAME}}/*
cd ./artifact/py
zip -r ${{env.FULL_NAME}}.zip ./${{env.FULL_NAME}}/
- name: Upload clipper script installation artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 51af5ad

Please sign in to comment.