add vanilla builders

This commit is contained in:
eyedeekay
2025-05-26 17:19:02 -04:00
parent 8d4fd28ecd
commit aba0d5f227
2 changed files with 4 additions and 4 deletions

View File

@ -91,8 +91,8 @@ jobs:
uses: ncipollo/release-action@v1
with:
tag: forgejo-nightly
name: "Forgejo Nightly Build (${{ steps.date.outputs.date }})"
body: "Automated nightly build of Forgejo from main branch, built on ${{ steps.date.outputs.date }}"
name: "Modded Forgejo Nightly Build (${{ steps.date.outputs.date }})"
body: "Automated nightly build of modded Forgejo from main branch, built on ${{ steps.date.outputs.date }}"
artifacts: "forgejo-Linux/*, forgejo-Windows/*, forgejo-macOS/*"
draft: false
prerelease: true

View File

@ -85,8 +85,8 @@ jobs:
uses: ncipollo/release-action@v1
with:
tag: nightly
name: "Gitea Nightly Build (${{ steps.date.outputs.date }})"
body: "Automated nightly build of Gitea from main branch, built on ${{ steps.date.outputs.date }}"
name: "Modded Gitea Nightly Build (${{ steps.date.outputs.date }})"
body: "Automated nightly build of modded Gitea from main branch, built on ${{ steps.date.outputs.date }}"
artifacts: "gitea-Linux/*, gitea-Windows/*, gitea-macOS/*"
draft: false
prerelease: true