|
|
|
@ -422,6 +422,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
|
|
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
|
|
|
automatic_release_tag: "beta"
|
|
|
|
automatic_release_tag: "beta"
|
|
|
|
|
|
|
|
prerelease: true
|
|
|
|
title: "Latest Beta/Development Build"
|
|
|
|
title: "Latest Beta/Development Build"
|
|
|
|
files: |
|
|
|
|
files: |
|
|
|
|
windows/duckstation-windows-x64-release.zip
|
|
|
|
windows/duckstation-windows-x64-release.zip
|
|
|
|
@ -446,6 +447,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
|
|
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
|
|
|
automatic_release_tag: "latest"
|
|
|
|
automatic_release_tag: "latest"
|
|
|
|
|
|
|
|
prerelease: false
|
|
|
|
title: "Latest Stable Build"
|
|
|
|
title: "Latest Stable Build"
|
|
|
|
files: |
|
|
|
|
files: |
|
|
|
|
windows/duckstation-windows-x64-release.zip
|
|
|
|
windows/duckstation-windows-x64-release.zip
|
|
|
|
|