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' }}