Skip to content

Commit

Permalink
MCGalaxy folder
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed May 3, 2024
1 parent 88ad748 commit 53ab8fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,19 @@ jobs:
- uses: ./.github/actions/upload_build
if: ${{ always() && steps.compile.outcome == 'success' }}
with:
SOURCE_FILE: 'mcg-net20/MCGalaxy'
SOURCE_FILE: 'mcg-net20'
DEST_NAME: 'mcg-net20'

- uses: ./.github/actions/upload_build
if: ${{ always() && steps.compile.outcome == 'success' }}
with:
SOURCE_FILE: 'mcg-net40/MCGalaxy'
SOURCE_FILE: 'mcg-net40
DEST_NAME: 'mcg-net40'

- uses: ./.github/actions/upload_build
if: ${{ always() && steps.compile.outcome == 'success' }}
with:
SOURCE_FILE: 'mcg-infid/MCGalaxy'
SOURCE_FILE: 'mcg-infid'
DEST_NAME: 'mcg-infid'


Expand Down

0 comments on commit 53ab8fe

Please sign in to comment.