From 2f851665fddde703718758cc5e82b9693cd571d8 Mon Sep 17 00:00:00 2001 From: Stavros Ntentos <133706+stdedos@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:54:40 +0200 Subject: [PATCH] Download in `pwd`, not in `artifacts/` Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com> --- .github/workflows/publish-appimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-appimage.yml b/.github/workflows/publish-appimage.yml index 254273cd..73d3c180 100644 --- a/.github/workflows/publish-appimage.yml +++ b/.github/workflows/publish-appimage.yml @@ -132,7 +132,7 @@ jobs: - name: Download all artifacts uses: actions/download-artifact@v4 with: - path: ${{ github.workspace }}/artifacts + path: ${{ github.workspace }} - name: Create Conky Release id: create_release