From f90e6899f3a370efb7ac5e57c02be9c75cae6ed0 Mon Sep 17 00:00:00 2001 From: WinterMyst Date: Sun, 22 Sep 2024 15:57:37 +0200 Subject: [PATCH] chore:updated CI --- .gitlab-ci.yml | 8 ++++---- gulpfile.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9663814..c2e9b3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,7 +62,7 @@ release: "assets": { "links": [ { - "name": "Download kids-on-brooms.zip", + "name": "Download kidsonbrooms.zip", "url": "https://gitlab.com/YOUR_NAMESPACE/YOUR_PROJECT/-/jobs/$CI_JOB_ID/artifacts/download" } ] @@ -92,8 +92,8 @@ release: "id": "Your-Package-ID", "release": { "version": "'$VERSION'", - "manifest": "https://gitlab.com/wintermyst/kids-on-brooms/-/raw/master/system.json", - "notes": "https://gitlab.com/wintermyst/kids-on-brooms/releases/tag/v'$VERSION'", + "manifest": "https://gitlab.com/wintermyst/kids-nbrooms/-/raw/master/system.json", + "notes": "https://gitlab.com/wintermyst/kidsonbrooms/releases/tag/v'$VERSION'", "compatibility": { "minimum": "12.331", "verified": "12.331", @@ -107,5 +107,5 @@ release: allow_failure: false artifacts: paths: - - kids-on-brooms.zip + - kidsonbrooms.zip expire_in: never \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index a328c26..a31780f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -72,7 +72,7 @@ function zipRelease() { '!./scss/**/*', '!./.github/**/*', ], { base: '.' }) - .pipe(zip('kids-on-brooms.zip')) + .pipe(zip('kidsonbrooms.zip')) .pipe(gulp.dest('.')); }