Skip to content

Commit

Permalink
Update main_it75-web-c8a-sampleapp-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayanands authored Dec 4, 2023
1 parent 56e1589 commit eeff19e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main_it75-web-c8a-sampleapp-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@ jobs:
# npm run test --if-present
- name: Zip artifact for deployment
working-directory: ./build
run: zip ./release.zip ./* -r

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
with:
name: release.zip
path: ./build
path: .

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit eeff19e

Please sign in to comment.