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:
parent
44786a3252
commit
83d85ac324
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user