1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-13 06:02:39 +01:00
This commit is contained in:
Flam3rboy 2021-08-15 13:53:24 +02:00
commit 3a64bfe0cb

View File

@ -31,11 +31,11 @@ jobs:
with: with:
node-version: 14 node-version: 14
- run: | - run: |
cd bundle cd bundle
npm install npm install
npm i caxa npm i caxa
npm run build npm run build
${{ matrix.build }} ${{ matrix.build }}
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: ${{ matrix.artifact }} name: ${{ matrix.artifact }}