1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-28 21:19:10 +00:00

Fix release artifact path

This commit is contained in:
Brenden Matthews 2024-04-17 06:55:34 -04:00
parent fcf56693b9
commit 1dedaa2231

View File

@ -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/*