fix CI
zip-release branch got renamed from master to main
This commit is contained in:
6
.github/workflows/dotnet-release.yml
vendored
6
.github/workflows/dotnet-release.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
|
||||
- name: Archive Windows Release
|
||||
uses: thedoctor0/zip-release@master
|
||||
uses: thedoctor0/zip-release@main
|
||||
with:
|
||||
type: 'zip'
|
||||
filename: 'barotrauma_lua_windows.zip'
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
directory: 'Barotrauma/bin/ReleaseWindows/netcoreapp3.1/win-x64/publish'
|
||||
|
||||
- name: Archive Linux Release
|
||||
uses: thedoctor0/zip-release@master
|
||||
uses: thedoctor0/zip-release@main
|
||||
with:
|
||||
type: 'zip'
|
||||
filename: 'barotrauma_lua_linux.zip'
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
directory: 'Barotrauma/bin/ReleaseLinux/netcoreapp3.1/linux-x64/publish'
|
||||
|
||||
- name: Archive Mac Release
|
||||
uses: thedoctor0/zip-release@master
|
||||
uses: thedoctor0/zip-release@main
|
||||
with:
|
||||
type: 'zip'
|
||||
filename: 'barotrauma_lua_mac.zip'
|
||||
|
||||
Reference in New Issue
Block a user