From c9a3294852fd2944c0649ad64ded1eb64359f065 Mon Sep 17 00:00:00 2001 From: Aine Date: Tue, 3 Sep 2024 15:44:50 +0300 Subject: [PATCH] use different path --- .github/workflows/workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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