1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-05 18:32:33 +01:00

Update release.yml

This commit is contained in:
Flam3rboy 2021-08-15 13:30:00 +02:00
parent 44786a3252
commit 83d85ac324

View File

@ -26,19 +26,20 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: cd bundle
- run: npm install
- run: npm i caxa
env:
MONGOMS_VERSION: 4.4.3
- run: npm run build
- run: ${{ matrix.build }}
with:
node-version: 14
- run: |
cd bundle
npm install
npm i caxa
npm run build
${{ matrix.build }}
- uses: actions/upload-artifact@v2
with:
name: ${{ matrix.artifact }}
path: ${{ matrix.artifact }}
path: bundle/${{ matrix.artifact }}
release:
needs: [insiders-build]