diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b6d3dca..99da4a92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,6 +127,6 @@ jobs: webhook-url: ${{ secrets.NIGHTLY_WEBHOOK_URL }} content: "Build Failure" embed-title: "New Nightly Build Failed!" - embed-description: "[You can find the results here](https://github.com/Greenfoot5/Bestagon-Defence/actions/runs/${{ github.run_id }})" + embed-description: "[You can find the results here](https://github.com/Greenfoot5/Bestagon-Defence/actions/runs/${{ github.run_id }})\n${{ env.StandaloneWindowsResult }}" embed-color: 10949957