Copy the Bare ELF into the release archive as a real file.
Rolling release / release (push) Successful in 9m57s
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user