chore:updated CI

This commit is contained in:
WinterMyst
2024-09-22 15:57:37 +02:00
parent 0dabdc9e89
commit f90e6899f3
2 changed files with 5 additions and 5 deletions

View File

@ -72,7 +72,7 @@ function zipRelease() {
'!./scss/**/*',
'!./.github/**/*',
], { base: '.' })
.pipe(zip('kids-on-brooms.zip'))
.pipe(zip('kidsonbrooms.zip'))
.pipe(gulp.dest('.'));
}