Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mghilardelli committed Jul 31, 2024
1 parent 71a1bdc commit 43e9b54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,14 @@ jobs:
mv $(npm pack | tail -n 1) webapp.tgz
pwd
ls -l
ls -l .
- name: Store build artifacts
uses: actions/upload-artifact@v4
with:
name: webapp
path: webapp.tgz
path: ./webapp.tgz
run: |
pwd
ls -l
- name: Download artifact
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 43e9b54

Please sign in to comment.