From 01168bd852516c05e97df8f507df90209098395b Mon Sep 17 00:00:00 2001 From: Evil Factory <36804725+evilfactory@users.noreply.github.com> Date: Thu, 19 May 2022 16:36:53 -0300 Subject: [PATCH] fix CI zip-release branch got renamed from master to main --- .github/workflows/dotnet-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet-release.yml b/.github/workflows/dotnet-release.yml index e87b108bd..18ad48f67 100644 --- a/.github/workflows/dotnet-release.yml +++ b/.github/workflows/dotnet-release.yml @@ -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'