Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Dec 31, 2023
1 parent 5fa71d3 commit 828c195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
msbuild MCGalaxy.sln /p:Configuration=Release
cp -R bin/Release bin/Release_normal
rm bin/Debug/MCGalaxy_.dll bin/Release/MCGalaxy_.pdb
rm bin/Release/MCGalaxy_.dll bin/Release/MCGalaxy_.pdb
msbuild MCGalaxy/MCGalaxy_.csproj /p:Configuration=Release /t:Rebuild /p:DefineConstants="TEN_BIT_BLOCKS"
- uses: ./.github/actions/notify_failure
Expand Down Expand Up @@ -55,8 +55,8 @@ jobs:
id: compile_net
run: |
dotnet build CLI/MCGalaxyCLI_dotnet.csproj --no-restore
- name: Publish
run: dotnet publish CLI/MCGalaxyCLI_dotnet.csproj
- name: Publish-win64
run: dotnet publish CLI/MCGalaxyCLI_dotnet.csproj -r win-x64 --self-contained

- uses: ./.github/actions/notify_failure
if: ${{ always() && steps.compile_net.outcome == 'failure' }}
Expand Down

0 comments on commit 828c195

Please sign in to comment.