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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
-->
|
||||
<Version>4.5.7</Version>
|
||||
<AssemblyVersion>4.5.7</AssemblyVersion>
|
||||
<FileVersion>4.5.7</FileVersion>
|
||||
<Version>4.5.7-beta</Version>
|
||||
<AssemblyTitle>TShock for Terraria</AssemblyTitle>
|
||||
<Company>Pryaxis & TShock Contributors</Company>
|
||||
<Product>TShockAPI</Product>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue