Skip to content

Commit

Permalink
Revert zip naming Grunt release task. GH action will rename it for as…
Browse files Browse the repository at this point in the history
…sets.
  • Loading branch information
helgatheviking committed Jul 22, 2022
1 parent bcc3347 commit 4193c78
Showing 1 changed file with 1 addition and 1 deletion.
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 %>-<%= pkg.version %>.zip'
archive: 'deploy/<%= pkg.version %>/<%= pkg.name %>.zip'
},
expand: true,
cwd: 'build/',
Expand Down

0 comments on commit 4193c78

Please sign in to comment.