Update .gitea/workflows/build.yaml
All checks were successful
Build CI / AMD64 Build (push) Successful in 1m52s

This commit is contained in:
2026-03-02 16:05:56 +00:00
parent ba727713d0
commit b84580ed1f

View File

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