diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4481c61..849ad2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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