Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Apr 1, 2024
1 parent 4409328 commit 584e671
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 @@ -105,7 +105,7 @@ jobs:
- uses: ./.github/actions/upload_build
if: ${{ always() && steps.compile_net.outcome == 'success' }}
with:
SOURCE_FILE: 'CLI/bin/Debug/net8.0/win-x64/publish'
SOURCE_FILE: 'CLI/bin/Release/net8.0/win-x64/publish'
DEST_NAME: 'MCGalaxy-win64-standalone'

# publish standalone linux binaries
Expand All @@ -115,7 +115,7 @@ jobs:
- uses: ./.github/actions/upload_build
if: ${{ always() && steps.compile_net.outcome == 'success' }}
with:
SOURCE_FILE: 'CLI/bin/Debug/net8.0/linux-x64/publish'
SOURCE_FILE: 'CLI/bin/Release/net8.0/linux-x64/publish'
DEST_NAME: 'MCGalaxy-linux64-standalone'

# publish standalone macOS binaries
Expand All @@ -125,5 +125,5 @@ jobs:
- uses: ./.github/actions/upload_build
if: ${{ always() && steps.compile_net.outcome == 'success' }}
with:
SOURCE_FILE: 'CLI/bin/Debug/net8.0/osx-x64/publish'
SOURCE_FILE: 'CLI/bin/Release/net8.0/osx-x64/publish'
DEST_NAME: 'MCGalaxy-mac64-standalone'

0 comments on commit 584e671

Please sign in to comment.