🐛 fix executable
This commit is contained in:
parent
78778c8eee
commit
197a2641f9
22
.github/workflows/release.yml
vendored
22
.github/workflows/release.yml
vendored
@ -34,26 +34,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
- run: |
|
- run: |
|
||||||
npm config set ignore-scripts true
|
cd bundle
|
||||||
cd util
|
npm run setup
|
||||||
npm i
|
|
||||||
npm run build
|
|
||||||
npm pack
|
|
||||||
cd ../api
|
|
||||||
npm i ../util/
|
|
||||||
npm run build
|
|
||||||
npm pack
|
|
||||||
cd ../cdn
|
|
||||||
npm i ../util/
|
|
||||||
npm run build
|
|
||||||
npm pack
|
|
||||||
cd ../gateway
|
|
||||||
npm i ../util/
|
|
||||||
npm run build
|
|
||||||
npm pack
|
|
||||||
cd ../bundle
|
|
||||||
npm i ../cdn/fosscord-cdn-1.0.0.tgz ../gateway/fosscord-gateway-1.0.0.tgz ../api/fosscord-api-1.0.0.tgz ../util/fosscord-util-1.0.0.tgz caxa
|
|
||||||
npm run build:bundle
|
|
||||||
npx caxa -i . -m 'This_may_take_a_while_to_run_the_first_time_please_wait...' --output '${{matrix.file}}' -- '{{caxa}}/node_modules/.bin/node' '{{caxa}}/dist/start.js'
|
npx caxa -i . -m 'This_may_take_a_while_to_run_the_first_time_please_wait...' --output '${{matrix.file}}' -- '{{caxa}}/node_modules/.bin/node' '{{caxa}}/dist/start.js'
|
||||||
${{ matrix.package }}
|
${{ matrix.package }}
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user