mirror of
https://github.com/stenzek/duckstation.git
synced 2025-02-17 04:58:50 +00:00
CI: Set prerelease tag only on beta release
This commit is contained in:
parent
80ce7bde26
commit
3ab017c32e
2
.github/workflows/rolling-release.yml
vendored
2
.github/workflows/rolling-release.yml
vendored
@ -422,6 +422,7 @@ jobs:
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "beta"
|
||||
prerelease: true
|
||||
title: "Latest Beta/Development Build"
|
||||
files: |
|
||||
windows/duckstation-windows-x64-release.zip
|
||||
@ -446,6 +447,7 @@ jobs:
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "latest"
|
||||
prerelease: false
|
||||
title: "Latest Stable Build"
|
||||
files: |
|
||||
windows/duckstation-windows-x64-release.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user