mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
l
This commit is contained in:
parent
5de29987af
commit
e6a7d379b9
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -26,8 +26,7 @@ jobs:
|
|||
- name: Install utils
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y dos2unix
|
||||
|
||||
sudo apt install -y clang zlib1g-dev dos2unix
|
||||
- name: Restore dependencies
|
||||
run: |
|
||||
dotnet restore LibHISP
|
||||
|
@ -150,7 +149,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: HISP-LinuxARM64
|
||||
path: HorseIsleServer/HISPd/bin/ARM64/Linux/net7.0/linux-arm64/publish/
|
||||
path: HorseIsleServer/HISPd/bin/ARM64/Linux/net7.0/linux-arm64/native/
|
||||
|
||||
- name: Upload deb package
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue