mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-17 11:18:55 -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 =============
|
# ============== .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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user