Skip to content

Commit

Permalink
Merge pull request #227 from awesomemotive/fix/gruntfile-filename-update
Browse files Browse the repository at this point in the history
Update build archive filename for automatic building
  • Loading branch information
spencerfinnell committed Aug 26, 2024
2 parents fe823f4 + c2d9190 commit 3023126
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 @@ -125,7 +125,7 @@ module.exports = function (grunt) {
main: {
options: {
mode: "zip",
archive: "./build/stripe-<%= pkg.version %>.zip",
archive: `./build/stripe-${updatedVersion}.zip`,
},
expand: true,
src: distFiles,
Expand Down

0 comments on commit 3023126

Please sign in to comment.