mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-09 23:48:48 +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
|
- name: Upload AppImage artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: conky*.AppImage
|
name: conky-x86_64.AppImage
|
||||||
- name: Upload AppImage artifact
|
path: conky-x86_64.AppImage
|
||||||
|
- name: Upload AppImage checksum artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: conky*.AppImage.sha256
|
name: conky-x86_64.AppImage.sha256
|
||||||
|
path: conky-x86_64.AppImage.sha256
|
||||||
- name: Create Conky Release
|
- name: Create Conky Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user