From e93819b2ea10f5b64620989f2ccb1697145b025d Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Thu, 25 Apr 2024 14:33:24 -0400 Subject: [PATCH] Print appimage version for visibility --- .github/workflows/publish-appimage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-appimage.yml b/.github/workflows/publish-appimage.yml index 5585c3b2..6dfc344f 100644 --- a/.github/workflows/publish-appimage.yml +++ b/.github/workflows/publish-appimage.yml @@ -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