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