CI upload artifacts + set tshock version to beta
This commit is contained in:
parent
f54c4eb0a1
commit
2c44f71043
2 changed files with 6 additions and 3 deletions
5
.github/workflows/ci-otapi3.yml
vendored
5
.github/workflows/ci-otapi3.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue