mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
revert workflwo
This commit is contained in:
parent
9aca074096
commit
710ac206c4
1 changed files with 3 additions and 12 deletions
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
|
@ -3,13 +3,13 @@ name: build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ./HorseIsleServer
|
working-directory: ./HorseIsleServer
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -26,9 +26,6 @@ jobs:
|
||||||
dotnet-version: 7.0.x
|
dotnet-version: 7.0.x
|
||||||
include-prerelease: true
|
include-prerelease: true
|
||||||
|
|
||||||
# - name: Setup WSL
|
|
||||||
# uses: Vampire/setup-wsl@v1.2.0
|
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|
||||||
|
@ -88,7 +85,8 @@ jobs:
|
||||||
# run: |
|
# run: |
|
||||||
# dotnet publish -p:PublishProfile=AndroidARM64.pubxml
|
# dotnet publish -p:PublishProfile=AndroidARM64.pubxml
|
||||||
|
|
||||||
- name: Upload win-x64
|
|
||||||
|
- name: Upload win-x64
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: HISP-Win64
|
name: HISP-Win64
|
||||||
|
@ -167,13 +165,6 @@ jobs:
|
||||||
# path: HorseIsleServer/HISPd/bin/arm64/Android/net7.0/android-arm64/publish/
|
# path: HorseIsleServer/HISPd/bin/arm64/Android/net7.0/android-arm64/publish/
|
||||||
|
|
||||||
|
|
||||||
- name: Upload Debian package
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: HISP-DebPackage
|
|
||||||
path: Debian64.deb
|
|
||||||
|
|
||||||
|
|
||||||
- name: Upload Website (master)
|
- name: Upload Website (master)
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue