diff --git a/.github/workflows/ci-webapp.yml b/.github/workflows/ci-webapp.yml index 2feefb53..d647fad6 100644 --- a/.github/workflows/ci-webapp.yml +++ b/.github/workflows/ci-webapp.yml @@ -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: