1
0
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:
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 - 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