Update int_poweron-nyla-int.yml
This commit is contained in:
parent
295b4d4a23
commit
009245d12b
1 changed files with 17 additions and 16 deletions
7
.github/workflows/int_poweron-nyla-int.yml
vendored
7
.github/workflows/int_poweron-nyla-int.yml
vendored
|
|
@ -29,8 +29,9 @@ jobs:
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
npm run test --if-present
|
npm run test --if-present
|
||||||
|
|
||||||
- name: Zip artifact for deployment
|
- name: Zip build output for deployment
|
||||||
run: zip release.zip ./* -r
|
run: zip -r release.zip dist
|
||||||
|
|
||||||
|
|
||||||
- name: Upload artifact for deployment job
|
- name: Upload artifact for deployment job
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
@ -70,5 +71,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
app-name: 'poweron-nyla-int'
|
app-name: 'poweron-nyla-int'
|
||||||
slot-name: 'Production'
|
slot-name: 'Production'
|
||||||
package: .
|
package: ./dist
|
||||||
|
|
||||||
Loading…
Reference in a new issue