mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-30 18:49:31 +00:00
Rename release artifacts
This commit is contained in:
parent
1dedaa2231
commit
3980c591bd
8
.github/workflows/publish-appimage.yml
vendored
8
.github/workflows/publish-appimage.yml
vendored
@ -105,17 +105,17 @@ jobs:
|
|||||||
echo "CXX=clang++-${CLANG_VERSION}" | tee -a $GITHUB_ENV
|
echo "CXX=clang++-${CLANG_VERSION}" | tee -a $GITHUB_ENV
|
||||||
- name: Build AppImage
|
- name: Build AppImage
|
||||||
run: ./appimage/build.sh
|
run: ./appimage/build.sh
|
||||||
|
- run: mv conky-x86_64.AppImage conky-${{ matrix.os }}-${{ matrix.arch }}-${{ env.GIT_VERSION }}.AppImage
|
||||||
|
- run: mv conky-x86_64.AppImage.sha256 conky-${{ matrix.os }}-${{ matrix.arch }}-${{ env.GIT_VERSION }}.AppImage.sha256
|
||||||
- name: Upload AppImage artifact
|
- name: Upload AppImage artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: 'conky-${{ matrix.os }}-${{ matrix.arch }}-${{ env.GIT_VERSION }}.AppImage'
|
path: 'conky-${{ matrix.os }}-${{ matrix.arch }}-${{ env.GIT_VERSION }}.AppImage'
|
||||||
path: conky-x86_64.AppImage
|
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
- name: Upload AppImage checksum artifact
|
- name: Upload AppImage checksum artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: 'conky-${{ matrix.os }}-${{ matrix.arch }}-${{ env.GIT_VERSION }}.AppImage.sha256'
|
path: 'conky-${{ matrix.os }}-${{ matrix.arch }}-${{ env.GIT_VERSION }}.AppImage.sha256'
|
||||||
path: conky-x86_64.AppImage.sha256
|
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
- name: Upload man page artifact
|
- name: Upload man page artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user