diff --git a/.gitea/workflows/deliver.yml b/.gitea/workflows/deliver.yml index 3f854cf..eb6ec83 100644 --- a/.gitea/workflows/deliver.yml +++ b/.gitea/workflows/deliver.yml @@ -7,7 +7,7 @@ on: env: ENTRY_FOLDER: assets - PACKAGE_NAME: "" # <- à adapter + PACKAGE_NAME: "" # Not used while matrixing RELEASE_VERSION: v${{ github.run_number }} jobs: diff --git a/src/build-manifest.js b/src/build-manifest.js index c05999c..3972d20 100644 --- a/src/build-manifest.js +++ b/src/build-manifest.js @@ -3,7 +3,6 @@ const path = require("path"); const iptc = require("node-iptc"); const { exit } = require("process"); - // Fetch envs to target the right folder const [argRoot, argSlug] = process.argv.slice(2); const workDir = process.env["CI_PROJECT_DIR"];