diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index d2414ea..63f0e3d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -45,8 +45,9 @@ jobs: - uses: actions/download-artifact@v4 with: name: dist-${{ env.upstream_version }}-${{ env.etke_version }} + path: dist/ - name: Debug - run: ls -lah + run: ls -lah dist/ # - name: Set up Docker Buildx # uses: docker/setup-buildx-action@v1 # - name: Login to ghcr.io