Skip to content

Commit

Permalink
Updates buildDebug GA
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweener committed Feb 7, 2024
1 parent 259f7be commit 35dda6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/buildDebug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
arguments: ${{ matrix.target }}


notify:
needs: build
runs-on: ubuntu-latest
steps:
- name: Send notification on Slack
uses: rtCamp/[email protected]
if: ${{ success() }}
Expand Down

0 comments on commit 35dda6c

Please sign in to comment.