mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
Try to get standalone build to compile properly
This commit is contained in:
parent
968c61c3e3
commit
9a578b53f9
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
|||||||
|
|
||||||
# publish standalone windows binaries
|
# publish standalone windows binaries
|
||||||
- name: Publish-win64
|
- name: Publish-win64
|
||||||
run: dotnet publish CLI/MCGalaxyCLI_dotnet6.csproj -r win-x64 --self-contained -p:ExtraDefineConstants=MCG_STANDALONE
|
run: dotnet publish CLI/MCGalaxyCLI_dotnet6.csproj -r win-x64 --self-contained -p:DefineConstants=MCG_STANDALONE
|
||||||
|
|
||||||
- uses: ./.github/actions/upload_build
|
- uses: ./.github/actions/upload_build
|
||||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||||
@ -125,7 +125,7 @@ jobs:
|
|||||||
|
|
||||||
# publish standalone linux binaries
|
# publish standalone linux binaries
|
||||||
- name: Publish-linux64
|
- name: Publish-linux64
|
||||||
run: dotnet publish CLI/MCGalaxyCLI_dotnet6.csproj -r linux-x64 --self-contained -p:ExtraDefineConstants=MCG_STANDALONE
|
run: dotnet publish CLI/MCGalaxyCLI_dotnet6.csproj -r linux-x64 --self-contained -p:DefineConstants=MCG_STANDALONE
|
||||||
|
|
||||||
- uses: ./.github/actions/upload_build
|
- uses: ./.github/actions/upload_build
|
||||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||||
@ -135,7 +135,7 @@ jobs:
|
|||||||
|
|
||||||
# publish standalone macOS binaries
|
# publish standalone macOS binaries
|
||||||
- name: Publish-mac64
|
- name: Publish-mac64
|
||||||
run: dotnet publish CLI/MCGalaxyCLI_dotnet6.csproj -r osx-x64 --self-contained -p:ExtraDefineConstants=MCG_STANDALONE
|
run: dotnet publish CLI/MCGalaxyCLI_dotnet6.csproj -r osx-x64 --self-contained -p:DefineConstants=MCG_STANDALONE
|
||||||
|
|
||||||
- uses: ./.github/actions/upload_build
|
- uses: ./.github/actions/upload_build
|
||||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user