From f9579ffce2c742358512f1e28000ced35c55aac7 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Wed, 17 Apr 2024 07:19:33 -0400 Subject: [PATCH] Name not optional --- .github/workflows/publish-appimage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-appimage.yml b/.github/workflows/publish-appimage.yml index 6e169b00..e3a55873 100644 --- a/.github/workflows/publish-appimage.yml +++ b/.github/workflows/publish-appimage.yml @@ -111,11 +111,13 @@ jobs: uses: actions/upload-artifact@v4 with: path: 'conky-${{ matrix.os }}-${{ matrix.arch }}-${{ env.GIT_VERSION }}.AppImage' + name: 'conky-${{ matrix.os }}-${{ matrix.arch }}-${{ env.GIT_VERSION }}.AppImage' if-no-files-found: error - name: Upload AppImage checksum artifact uses: actions/upload-artifact@v4 with: path: 'conky-${{ matrix.os }}-${{ matrix.arch }}-${{ env.GIT_VERSION }}.AppImage.sha256' + name: 'conky-${{ matrix.os }}-${{ matrix.arch }}-${{ env.GIT_VERSION }}.AppImage.sha256' if-no-files-found: error - name: Upload man page artifact uses: actions/upload-artifact@v4