mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
oops
This commit is contained in:
parent
9de6c1eaae
commit
990aaf7aaa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
|
@ -60,13 +60,13 @@ jobs:
|
|||
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/Linux/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/Linux/net5.0/linux-arm64/publish/
|
||||
|
||||
|
||||
- name: upload-win64
|
||||
|
|
Loading…
Add table
Reference in a new issue