Copy the Bare ELF into the release archive as a real file.
Rolling release / release (push) Successful in 9m57s

The package check expected an exact node_modules member, but a symlink from the build tree is not a runtime other machines can run.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
2026-09-14 12:39:20 -04:00
co-authored by Cursor
parent c88062ba69
commit 3001b90df8
5 changed files with 37 additions and 16 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
mkdir -p /tmp/jarvis-ci-models
printf '%s\n' '{"cacheDirectory":"/tmp/jarvis-ci-models"}' > "$QVAC_CONFIG_PATH"
npm run package
tar -tzf dist/jarvis-qvac-bare-linux-*.tar.gz | grep -E 'node_modules/bare-runtime-linux-.*/bin/bare$'
tar -tzf dist/jarvis-qvac-bare-linux-*.tar.gz | grep -F 'runtime/bare'
- name: Publish rolling prerelease to Gitea
env:
GITEA_SERVER_URL: ${{ gitea.server_url }}