summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authoruurgothat <cckhmck@gmail.com>2021-10-17 21:49:46 +0300
committeruurgothat <cckhmck@gmail.com>2021-10-17 21:49:46 +0300
commitdb3d6e116a3b49669103abdf5f2d156b2c78c3c4 (patch)
tree1a1a5f4d03ca5d0b94ca5f47456e7cd536ba21e7 /.github/workflows
parentMerge branch 'master' of https://github.com/fosscord/fosscord-server (diff)
parentUpdate README.md (diff)
downloadserver-ts-db3d6e116a3b49669103abdf5f2d156b2c78c3c4.tar.xz
Merge branch 'master' of https://github.com/fosscord/fosscord-server
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml24
1 files changed, 3 insertions, 21 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml

index b189f3bc..f9e87d53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml
@@ -34,27 +34,9 @@ jobs: with: node-version: 14 - run: | - npm config set ignore-scripts true - cd util - 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' + cd bundle + npm run setup + 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/bundle/src/start.js' ${{ matrix.package }} - uses: actions/upload-artifact@v2 with: