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
90afec12f5
commit
9de6c1eaae
1 changed files with 3 additions and 3 deletions
6
.github/workflows/dotnet.yml
vendored
6
.github/workflows/dotnet.yml
vendored
|
@ -54,19 +54,19 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: linux-x64
|
||||
path: Horse Isle Server/HorseIsleServer/bin/Debug/net5.0/linux-x64/publish/
|
||||
path: Horse Isle Server/HorseIsleServer/bin/x64/Linux/net5.0/linux-x64/publish/
|
||||
|
||||
- name: upload linux-arm
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: linux-arm
|
||||
path: Horse Isle Server/HorseIsleServer/bin/ARM/net5.0/linux-ARM/publish/
|
||||
path: Horse Isle Server/HorseIsleServer/bin/ARM/net5.0/linux-arm/publish/
|
||||
|
||||
- name: upload linux-arm64
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: linux-arm64
|
||||
path: Horse Isle Server/HorseIsleServer/bin/ARM64/net5.0/linux-ARM64/publish/
|
||||
path: Horse Isle Server/HorseIsleServer/bin/ARM64/net5.0/linux-arm64/publish/
|
||||
|
||||
|
||||
- name: upload-win64
|
||||
|
|
Loading…
Add table
Reference in a new issue