make automatic builds release because github user interface is kinda stupid
This commit is contained in:
4
.github/workflows/dotnet-release.yml
vendored
4
.github/workflows/dotnet-release.yml
vendored
@@ -69,8 +69,8 @@ jobs:
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "latest"
|
||||
prerelease: true
|
||||
title: "Pre-Release: Automatic Build"
|
||||
prerelease: false
|
||||
title: "Automatic Build"
|
||||
files: |
|
||||
Barotrauma/bin/ReleaseWindows/netcoreapp3.1/win-x64/publish/barotrauma_lua_windows.zip
|
||||
Barotrauma/bin/ReleaseLinux/netcoreapp3.1/linux-x64/publish/barotrauma_lua_linux.zip
|
||||
|
||||
Reference in New Issue
Block a user