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