zip-release branch got renamed from master to main
This commit is contained in:
Evil Factory
2022-05-19 16:36:53 -03:00
committed by GitHub
parent 104983fd37
commit 01168bd852

View File

@@ -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'