Skip to content

Commit

Permalink
Fixed build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Greenfoot5 committed May 11, 2023
1 parent 7241060 commit 9928032
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 @@ -99,7 +99,7 @@ jobs:
# if: always()

- id: outputResult
run: echo "${{ matrix.targetPlatform }}=${{ job.status }}" >> $GITHUB_OUTPUT
run: echo "${{ matrix.targetPlatform }}Result=${{ job.status }}" >> $GITHUB_ENV

sendSuccessNotification:
runs-on: ubuntu-latest
Expand All @@ -113,13 +113,13 @@ jobs:
content: "Build Success"
embed-title: "New Nightly Build Available!"
embed-description: "[You can get the new builds here](https://github.com/Greenfoot5/Bestagon-Defence/actions/runs/${{ github.run_id }})
\n${{jobs.buildForAllSupportedPlatforms.outputs.Android}}\n*You may need to scroll down to the bottom*"
\n${{ env.StandaloneWindowsResult }}\n*You may need to scroll down to the bottom*"
embed-color: 1546855

sendFailureNotification:
runs-on: ubuntu-latest
needs:
- buildForAllSupportedPlatforms
- buildForAllSupportedPlatforms
if: ${{ failure() }}
steps:
- uses: tsickert/discord-webhook@v5.3.0
Expand Down

0 comments on commit 9928032

Please sign in to comment.