mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-08-03 03:16:11 -04:00
Fix build-mono2/4 errors
This commit is contained in:
parent
f0290e8b2c
commit
aca152774a
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
# ============== .NET 2.0 BUILD =============
|
||||
# ===========================================
|
||||
build-mono2:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Compile MCGalaxy using mono
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
# ============== .NET 4.0 BUILD =============
|
||||
# ===========================================
|
||||
build-mono4:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Compile MCGalaxy using mono
|
||||
@ -190,4 +190,4 @@ jobs:
|
||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||
with:
|
||||
DESTINATION_URL: '${{ secrets.NOTIFY_URL }}'
|
||||
WORKFLOW_NAME: 'net80'
|
||||
WORKFLOW_NAME: 'net80'
|
||||
|
Loading…
x
Reference in New Issue
Block a user