1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-16 18:15:17 +00:00

Print appimage version for visibility

This commit is contained in:
Brenden Matthews 2024-04-25 14:33:24 -04:00
parent e2147bd5d7
commit e93819b2ea

View File

@ -103,6 +103,7 @@ jobs:
echo "CXX=clang++-${CLANG_VERSION}" | tee -a $GITHUB_ENV
- name: Build AppImage
run: ./appimage/build.sh
- run: ./conky-x86_64.AppImage --version # print version
- 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