mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-29 01:58:26 +00:00
Fix release artifact path
This commit is contained in:
parent
fcf56693b9
commit
1dedaa2231
5
.github/workflows/publish-appimage.yml
vendored
5
.github/workflows/publish-appimage.yml
vendored
@ -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/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user