While running the GitHub Action to generate the janssen-tarp release, I encountered a failure due to a change in the directory structure. The base directory is now browser-extension, which is being used as the build package name. However, the expected build package name should start with janssen-tarp.
ref: https://github.com/JanssenProject/jans/actions/runs/21258806516/job/61181572957#step:5:1226
webpack 5.104.1 compiled with 2 warnings in 39206 ms
Building web extension from /home/runner/work/jans/jans/demos/janssen-tarp/browser-extension/dist/firefox
Waiting for validation...
WebExtError: Submission failed (2): Conflict
{
"version": [
"Version 1.16.0 already exists."
]
}
at file:///usr/local/lib/node_modules/web-ext/lib/cmd/sign.js:101:13
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Program.execute (file:///usr/local/lib/node_modules/web-ext/lib/program.js:270:7)
at async file:///usr/local/lib/node_modules/web-ext/bin/web-ext.js:13:1
Sign your extension for self-distribution to mozilla failed
> janssen-tarp@1.16.0 pack
> node pack.js
Success! Created a browser-extension-chrome-v1.16.0.zip file under release directory.
Success! Created a browser-extension-firefox-v1.16.0.zip file under release directory.
mv: cannot stat './release/janssen-tarp-chrome-*.zip': No such file or directory
Error: Process completed with exit code 1.
While running the GitHub Action to generate the
janssen-tarprelease, I encountered a failure due to a change in the directory structure. The base directory is nowbrowser-extension, which is being used as the build package name. However, the expected build package name should start withjanssen-tarp.ref: https://github.com/JanssenProject/jans/actions/runs/21258806516/job/61181572957#step:5:1226