mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 04:32:35 +01:00
Update release.yml
This commit is contained in:
parent
90c96bc811
commit
6c483b9ce2
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -31,11 +31,11 @@ jobs:
|
||||
with:
|
||||
node-version: 14
|
||||
- run: |
|
||||
cd bundle
|
||||
npm install
|
||||
npm i caxa
|
||||
npm run build
|
||||
${{ matrix.build }}
|
||||
cd bundle
|
||||
npm install
|
||||
npm i caxa
|
||||
npm run build
|
||||
${{ matrix.build }}
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ matrix.artifact }}
|
||||
|
Loading…
Reference in New Issue
Block a user