From 4334220e9520f30ad3e1d453afc1650f17995bda Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Wed, 17 Apr 2024 06:55:34 -0400 Subject: [PATCH] Fix release artifact path --- .github/workflows/publish-appimage.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-appimage.yml b/.github/workflows/publish-appimage.yml index d2447732a..3e02b85cf 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 }} + path: ${{ github.workspace }}/artifacts - name: Create Conky Release id: create_release @@ -144,5 +144,4 @@ jobs: discussion_category_name: General generate_release_notes: true files: | - conky-*.AppImage* - conky.1.gz + ${{ github.workspace }}/artifacts/*