fix: wrong links
This commit is contained in:
parent
863236d478
commit
fbf7e826d0
@ -79,6 +79,6 @@ create-release:
|
|||||||
url: "${MANIFEST_RELEASE_URL}"
|
url: "${MANIFEST_RELEASE_URL}"
|
||||||
filepath: "/${MANIFEST}"
|
filepath: "/${MANIFEST}"
|
||||||
- name: "$ZIPFILE"
|
- name: "$ZIPFILE"
|
||||||
url: "${ZIPFILE_PERMALINK_URL}"
|
url: "${ZIPFILE_RELEASE_URL}"
|
||||||
filepath: "/${ZIPFILE}"
|
filepath: "/${ZIPFILE}"
|
||||||
|
|
||||||
|
@ -328,7 +328,7 @@ async function publishToFoundry(done) {
|
|||||||
function updateSystemJson(done) {
|
function updateSystemJson(done) {
|
||||||
const ManifestPath = 'system.json';
|
const ManifestPath = 'system.json';
|
||||||
const Manifest = JSON.parse(fs.readFileSync(ManifestPath));
|
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;
|
Manifest.download = zipUrl;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user