From 77f77d8f516bd1637b9a049cc4c602c677f1e884 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Tue, 2 Mar 2021 09:41:45 -0600 Subject: [PATCH] Update release name. --- .github/workflows/publish-appimage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-appimage.yml b/.github/workflows/publish-appimage.yml index 04f4fe06..81274b86 100644 --- a/.github/workflows/publish-appimage.yml +++ b/.github/workflows/publish-appimage.yml @@ -67,7 +67,7 @@ jobs: run: | echo ARTIFACT_PATHNAME=${{ env.ARTIFACT_PATHNAME }} echo ARTIFACT_NAME=${{ env.ARTIFACT_NAME }} - - name: Create Release + - name: Create Conky Release id: create_release uses: actions/create-release@v1 if: startsWith(github.ref, 'refs/tags/v') @@ -75,10 +75,10 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: Conky ${{ github.ref }} draft: false prerelease: false - - name: Upload Release Asset + - name: Upload Conky Release Asset id: upload-release-asset uses: actions/upload-release-asset@v1 if: startsWith(github.ref, 'refs/tags/v')