mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-04 21:18:33 +00:00
Use proper names for artifacts.
This commit is contained in:
parent
a73e6bcc0d
commit
30dc265686
8
.github/workflows/publish-appimage.yml
vendored
8
.github/workflows/publish-appimage.yml
vendored
@ -58,11 +58,13 @@ jobs:
|
||||
- name: Upload AppImage artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: conky*.AppImage
|
||||
- name: Upload AppImage artifact
|
||||
name: conky-x86_64.AppImage
|
||||
path: conky-x86_64.AppImage
|
||||
- name: Upload AppImage checksum artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: conky*.AppImage.sha256
|
||||
name: conky-x86_64.AppImage.sha256
|
||||
path: conky-x86_64.AppImage.sha256
|
||||
- name: Create Conky Release
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user