Skip to content

Commit ec29ae8

Browse files
committed
Remove version number from the zip file as github action does not support dynamic file name yet.
1 parent a976efa commit ec29ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ gulp.task('packageExtension', function () {
158158
.pipe(gulp.dest('extension')),
159159
gulp
160160
.src('extension/**/*')
161-
.pipe(zip(`extension-${packageJson.version}.zip`))
161+
.pipe(zip(`extension.zip`))
162162
.pipe(gulp.dest('./'))
163163
);
164164
});

0 commit comments

Comments
 (0)