Update int_poweron-nyla-int.yml

This commit is contained in:
idittrich-valueon 2025-06-04 11:26:06 +02:00 committed by GitHub
parent 295b4d4a23
commit 009245d12b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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