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

This commit is contained in:
2026-03-01 17:10:31 +00:00
parent 64257e8ea3
commit 582e5134f8

View File

@@ -63,5 +63,10 @@ jobs:
- name: Save Artifacts
uses: actions/upload-artifact@v3
with:
name: Prod.appimage
path: prod.appimage
name: Prod-latest-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: true