Fix build-mono2/4 errors

This commit is contained in:
D 2025-01-21 06:16:06 +10:00 committed by GitHub
parent f0290e8b2c
commit aca152774a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ jobs:
# ============== .NET 2.0 BUILD ============= # ============== .NET 2.0 BUILD =============
# =========================================== # ===========================================
build-mono2: build-mono2:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Compile MCGalaxy using mono - name: Compile MCGalaxy using mono
@ -48,7 +48,7 @@ jobs:
# ============== .NET 4.0 BUILD ============= # ============== .NET 4.0 BUILD =============
# =========================================== # ===========================================
build-mono4: build-mono4:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Compile MCGalaxy using mono - name: Compile MCGalaxy using mono
@ -190,4 +190,4 @@ jobs:
if: ${{ always() && steps.compile.outcome == 'success' }} if: ${{ always() && steps.compile.outcome == 'success' }}
with: with:
DESTINATION_URL: '${{ secrets.NOTIFY_URL }}' DESTINATION_URL: '${{ secrets.NOTIFY_URL }}'
WORKFLOW_NAME: 'net80' WORKFLOW_NAME: 'net80'