1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-16 04:02:15 +00:00

Try harder to ignore duplicate conky.1.gzs

Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
This commit is contained in:
Stavros Ntentos 2024-02-29 16:51:04 +02:00 committed by Brenden Matthews
parent d77a5a8e39
commit de5e25567a

View File

@ -122,6 +122,8 @@ jobs:
with:
name: conky.1.gz
path: conky.1.gz
# conky.1.gz is created by all jobs!
overwrite: true
release:
runs-on: ubuntu-latest
@ -130,8 +132,6 @@ jobs:
- name: Download all artifacts
uses: actions/download-artifact@v4
with:
# conky.1.gz is created by all jobs!
merge-multiple: true
path: ${{ github.workspace }}/artifacts
- name: Create Conky Release