Update release.yml
This commit is contained in:
parent
1c5f33bb2b
commit
d8abbf3f71
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user