mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-16 04:02:15 +00:00
Try harder to ignore duplicate conky.1.gz
s
Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
This commit is contained in:
parent
d77a5a8e39
commit
de5e25567a
4
.github/workflows/publish-appimage.yml
vendored
4
.github/workflows/publish-appimage.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user