Skip to content

Commit

Permalink
refactor: adjust directories when zipping
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron committed Dec 22, 2022
1 parent 9875540 commit 305bdc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Archive Release ${{ env.release }}
uses: thedoctor0/zip-release@master
with:
filename: './${{ env.release }}.zip'
path: './${{ env.release }}'
filename: '../${{ env.release }}.zip'
directory: './${{ env.release }}'
- uses: actions/upload-artifact@v3
with:
name: binaries-${{ env.release }}
Expand Down

0 comments on commit 305bdc6

Please sign in to comment.