mirror of
https://github.com/go-i2p/go-gitlooseleaf.git
synced 2025-07-15 00:47:26 -04:00
add vanilla builders
This commit is contained in:
4
.github/workflows/forgejo-nightly.yml
vendored
4
.github/workflows/forgejo-nightly.yml
vendored
@ -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
|
||||
|
4
.github/workflows/gitea-nightly.yml
vendored
4
.github/workflows/gitea-nightly.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user