mirror of
https://github.com/FoxRefire/WVCore.Server.git
synced 2026-04-02 11:38:18 +00:00
Update build.yml
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -10,13 +10,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '8.x'
|
||||
dotnet-version: '7.x'
|
||||
|
||||
- name: Clone WVCore
|
||||
run: git clone https://github.com/nilaoda/WVCore
|
||||
@@ -38,6 +36,7 @@ jobs:
|
||||
dotnet publish -r linux-arm64 -c Release
|
||||
dotnet publish -r linux-bionic-arm64 -c Release
|
||||
dotnet publish -r osx-x64 -c Release
|
||||
dotnet publish -r osx-arm64 -c Release
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
||||
Reference in New Issue
Block a user