1
0
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:
Brenden Matthews 2022-09-12 13:20:18 -05:00
parent a73e6bcc0d
commit 30dc265686
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -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