Skip to content

Commit

Permalink
update zip file assets to have version/tag in file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Jun 9, 2022
1 parent af85b4c commit 35b0295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ jobs:
- name: "Add package to GitHub releases."
uses: softprops/action-gh-release@v1
with:
files: ./deploy/${{ env.release_tag }}/${{ env.release_name }}.zip
files: ./deploy/${{ env.release_tag }}/${{ env.release_name }}-${{ env.release_tag }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
main: {
options: {
mode: 'zip',
archive: 'deploy/<%= pkg.version %>/<%= pkg.name %>.zip'
archive: 'deploy/<%= pkg.version %>/<%= pkg.name %>-<%= pkg.version %>.zip'
},
expand: true,
cwd: 'build/',
Expand Down

0 comments on commit 35b0295

Please sign in to comment.