Skip to content

Commit

Permalink
Fix release artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Apr 17, 2024
1 parent ae13f0c commit 4334220
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -144,5 +144,4 @@ jobs:
discussion_category_name: General
generate_release_notes: true
files: |
conky-*.AppImage*
conky.1.gz
${{ github.workspace }}/artifacts/*

0 comments on commit 4334220

Please sign in to comment.