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'