From 102de5c11ab73b47b795a82e48fba034d873378e Mon Sep 17 00:00:00 2001 From: Noemi <45180344+unflxw@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:42:43 +0100 Subject: [PATCH] Download artifacts to the working directory --- .github/workflows/publish_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_release.yaml b/.github/workflows/publish_release.yaml index ee33b77..593f225 100644 --- a/.github/workflows/publish_release.yaml +++ b/.github/workflows/publish_release.yaml @@ -107,7 +107,7 @@ jobs: - name: "Fetch build artifacts" uses: actions/download-artifact@v4 with: - path: release + path: "main/release" - name: "Push release tag" id: version