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 0ab48b2 commit 5a9c12f
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 @@ -82,8 +82,10 @@ jobs:
pwd
ls -l .
ls -l ./dist/webapp
npm pack
mv $(npm pack ./dist/webapp | tail -n 1) webapp.tgz
npm pack
ls -l
mv $(npm pack | tail -n 1) webapp.tgz
ls -l
- name: Store build artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5a9c12f

Please sign in to comment.