mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-06 05:58:36 +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
|
- name: Download all artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}
|
path: ${{ github.workspace }}/artifacts
|
||||||
|
|
||||||
- name: Create Conky Release
|
- name: Create Conky Release
|
||||||
id: create_release
|
id: create_release
|
||||||
@ -144,5 +144,4 @@ jobs:
|
|||||||
discussion_category_name: General
|
discussion_category_name: General
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
files: |
|
files: |
|
||||||
conky-*.AppImage*
|
${{ github.workspace }}/artifacts/*
|
||||||
conky.1.gz
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user