mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
Update dotnet.yml
This commit is contained in:
parent
dce00cf477
commit
cd47cf44f3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
|
@ -23,9 +23,9 @@ jobs:
|
|||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet publish --no-restore -c All -p:Platform="Any CPU" --self-contained true
|
||||
run: dotnet publish -r linux-x64 --self-contained false
|
||||
- name: upload result
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: result
|
||||
path: Horse Isle Server/HorseIsleServer/bin/
|
||||
path: HorseIsleServer/bin/Debug/net5.0/linux-x64/publish/
|
||||
|
|
Loading…
Add table
Reference in a new issue