From 2c44f71043c60f0370c1b70bbd07092a7a221785 Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 3 Dec 2021 07:47:45 +1000 Subject: [PATCH] CI upload artifacts + set tshock version to beta --- .github/workflows/ci-otapi3.yml | 5 +++++ TShockAPI/TShockAPI.csproj | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-otapi3.yml b/.github/workflows/ci-otapi3.yml index 48894507..6a8580e2 100644 --- a/.github/workflows/ci-otapi3.yml +++ b/.github/workflows/ci-otapi3.yml @@ -43,3 +43,8 @@ jobs: run: | cd TShockLauncher dotnet publish -r ${{ matrix.arch }} -f net6.0 -c Release -p:PublishSingleFile=true --self-contained true + + - uses: actions/upload-artifact@v2 + with: + name: TShock-Beta-${{ matrix.arch }}-Release + path: TShockLauncher/bin/Release/net6.0/${{ matrix.arch }}/publish diff --git a/TShockAPI/TShockAPI.csproj b/TShockAPI/TShockAPI.csproj index 408d2d3c..a09b2c5d 100644 --- a/TShockAPI/TShockAPI.csproj +++ b/TShockAPI/TShockAPI.csproj @@ -20,9 +20,7 @@ Also, be sure to release on github with the exact assembly version tag as below so that the update manager works correctly (via the Github releases api and mimic) --> - 4.5.7 - 4.5.7 - 4.5.7 + 4.5.7-beta TShock for Terraria Pryaxis & TShock Contributors TShockAPI