diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1a2db8..0234a5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,6 +79,6 @@ create-release: url: "${MANIFEST_RELEASE_URL}" filepath: "/${MANIFEST}" - name: "$ZIPFILE" - url: "${ZIPFILE_PERMALINK_URL}" + url: "${ZIPFILE_RELEASE_URL}" filepath: "/${ZIPFILE}" diff --git a/gulpfile.js b/gulpfile.js index 6376fb0..f7734a0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -328,7 +328,7 @@ async function publishToFoundry(done) { function updateSystemJson(done) { const ManifestPath = 'system.json'; const Manifest = JSON.parse(fs.readFileSync(ManifestPath)); - const zipUrl = process.env.ZIPFILE_PERMALINK_URL || 'https://gitlab.com/wintermyst/kidsonbrooms/-/raw/master/kidsonbrooms.zip?inline=false'; + const zipUrl = process.env.ZIPFILE_RELEASE_URL || 'https://gitlab.com/wintermyst/kidsonbrooms/-/raw/master/kidsonbrooms.zip?inline=false'; Manifest.download = zipUrl; diff --git a/package.json b/package.json index e5731dc..3e6615c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kidsonbrooms", - "version": "1.1.3", + "version": "1.1.5", "description": "CSS compiler for the Kids On Brooms system", "scripts": { "build": "gulp build", diff --git a/system.json b/system.json index 2fd1a35..5283f86 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,11 @@ "id": "kidsonbrooms", "title": "Kids on Brooms System", "description": "The Kids on Brooms system for FoundryVTT!", +<<<<<<< HEAD "version": "1.1.6", +======= + "version": "1.1.5", +>>>>>>> master "compatibility": { "minimum": 12, "verified": 12.331