Skip to content

Commit

Permalink
Merge pull request #26 from soburi/zip_structure
Browse files Browse the repository at this point in the history
Correct zip structure
  • Loading branch information
soburi authored Jul 20, 2020
2 parents d94809f + 0d7d091 commit cc01d04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ jobs:
- name: Archive Release
uses: thedoctor0/zip-release@master
with:
filename: release.zip
filename: workspace/release.zip
exclusions: '*.git*'
path: workspace
directory: ..

- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit cc01d04

Please sign in to comment.