mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 13:15: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:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./HorseIsleServer
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
|
@ -26,9 +26,6 @@ jobs:
|
|||
dotnet-version: 7.0.x
|
||||
include-prerelease: true
|
||||
|
||||
# - name: Setup WSL
|
||||
# uses: Vampire/setup-wsl@v1.2.0
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
|
||||
|
@ -88,7 +85,8 @@ jobs:
|
|||
# run: |
|
||||
# dotnet publish -p:PublishProfile=AndroidARM64.pubxml
|
||||
|
||||
- name: Upload win-x64
|
||||
|
||||
- name: Upload win-x64
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: HISP-Win64
|
||||
|
@ -167,13 +165,6 @@ jobs:
|
|||
# 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)
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue