CI upload artifacts + set tshock version to beta

This commit is contained in:
Luke 2021-12-03 07:47:45 +10:00
parent f54c4eb0a1
commit 2c44f71043
2 changed files with 6 additions and 3 deletions

View file

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