From c2d9190dab02f4445b4f75ae51b3aca6596110fe Mon Sep 17 00:00:00 2001 From: Prappo Date: Mon, 26 Aug 2024 17:50:35 +0600 Subject: [PATCH] Update archive filename --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index a26b7ed0..16131a8e 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -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,