Skip to content

Commit

Permalink
Try again next
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Apr 28, 2024
1 parent ec5ef71 commit 694160c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

# publish standalone windows binaries
- name: Publish-win64
run: dotnet publish CLI/MCGalaxyCLI_dotnet6.csproj -r win-x64 --self-contained -p:ExtraConstants=MCG_STANDALONE
run: dotnet publish CLI/MCGalaxyCLI_standalone6.csproj -r win-x64 --self-contained

- uses: ./.github/actions/upload_build
if: ${{ always() && steps.compile.outcome == 'success' }}
Expand All @@ -125,7 +125,7 @@ jobs:

# publish standalone linux binaries
- name: Publish-linux64
run: dotnet publish CLI/MCGalaxyCLI_dotnet6.csproj -r linux-x64 --self-contained -p:ExtraConstants=MCG_STANDALONE
run: dotnet publish CLI/MCGalaxyCLI_standalone6.csproj -r linux-x64 --self-contained

- uses: ./.github/actions/upload_build
if: ${{ always() && steps.compile.outcome == 'success' }}
Expand All @@ -135,7 +135,7 @@ jobs:

# publish standalone macOS binaries
- name: Publish-mac64
run: dotnet publish CLI/MCGalaxyCLI_dotnet6.csproj -r osx-x64 --self-contained -p:ExtraConstants=MCG_STANDALONE
run: dotnet publish CLI/MCGalaxyCLI_standalone6.csproj -r osx-x64 --self-contained

- uses: ./.github/actions/upload_build
if: ${{ always() && steps.compile.outcome == 'success' }}
Expand Down
2 changes: 0 additions & 2 deletions CLI/MCGalaxyCLI_dotnet6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<DefineConstants>$(DefineConstants);$(ExtraConstants)</DefineConstants>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 694160c

Please sign in to comment.