diff --git a/.github/workflows/ci-webapp.yml b/.github/workflows/ci-webapp.yml index e650700e..5d0a3d1b 100644 --- a/.github/workflows/ci-webapp.yml +++ b/.github/workflows/ci-webapp.yml @@ -80,8 +80,8 @@ jobs: - name: Unpack and prepare showcase file run: | tar -xvzf webapp.tgz - mkdir -p dist - mv package/ dist/webapp/ + mkdir -p ./dist + mv package/ ./dist/webapp/ - name: Login to GitHub Container Registry if: github.ref == 'refs/heads/webapp-docker' run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin