Skip to content

Commit

Permalink
change zip creation as too much was included
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rby7 committed Mar 10, 2023
1 parent 7503ffe commit 60c02df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/zip-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: ZIP files
run: |
zip -r ${{ github.workspace }}/yesticket.zip ${{ github.workspace }}/dist/*
cd ${{ github.workspace }}/dist
zip -r ${{ github.workspace }}/yesticket.zip ./*
- uses: AButler/[email protected]
with:
files: ${{ github.workspace }}/yesticket.zip
Expand Down

0 comments on commit 60c02df

Please sign in to comment.