From b84580ed1f5ea70df934bcabdeb94a70e93e3822 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Mon, 2 Mar 2026 16:05:56 +0000 Subject: [PATCH] Update .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index cf1d376..0c65918 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -65,11 +65,11 @@ jobs: - name: Save Artifacts uses: actions/upload-artifact@v3 with: - name: Prod-${{ github.ref_type == "tag" && github.ref_name || "master" }}-x86_64.AppImage + name: Prod-${{ github.ref_type == 'tag' && github.ref_name || 'master' }}-x86_64.AppImage path: Prod-latest-x86_64.AppImage - name: Create New Release uses: akkuman/gitea-release-action@v1 with: files: Prod-latest-x86_64.AppImage - prerelease: ${{ github.ref_type == "tag" }} + prerelease: ${{ github.ref_type == 'tag' }}