Skip to content

Commit

Permalink
Exclude DoNotShip info
Browse files Browse the repository at this point in the history
  • Loading branch information
Greenfoot5 committed May 11, 2023
1 parent cf6f255 commit de4af62
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
buildForAllSupportedPlatforms:
id: buildForAllSupportedPlatforms
name: Build for ${{ matrix.targetPlatform }}
runs-on: ${{ matrix.jobOS }}
strategy:
Expand Down Expand Up @@ -90,7 +91,9 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: ${{ matrix.targetPlatform }}
path: 'build'
path: |
build/
!*DoNotShip*
# Return License
# - uses: game-ci/unity-return-license@v2.0.0
Expand All @@ -111,7 +114,7 @@ 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\n*You may need to scroll down to the bottom*"
\n${{jobs.buildForAllSupportedPlatforms.outputs.Android}}\n*You may need to scroll down to the bottom*"
embed-color: 1546855

sendFailureNotification:
Expand Down

0 comments on commit de4af62

Please sign in to comment.