mirror of
https://github.com/unraid/api.git
synced 2026-01-16 05:37:25 -06:00
fix: install nexe globally before building
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -112,7 +112,7 @@ jobs:
|
||||
run: npm run clean && curl -sf https://gobinaries.com/tj/node-prune | sh && node-prune
|
||||
|
||||
- name: Build binary
|
||||
run: npm run build-binary
|
||||
run: npm i -g nexe && npm run build-binary
|
||||
|
||||
- name: Pack release
|
||||
run: npm pack
|
||||
|
||||
Reference in New Issue
Block a user