Skip to content

Commit

Permalink
workflow to automatically build apk
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeveid committed Aug 3, 2024
1 parent 3285ea7 commit 327b5ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/brands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
- name: Wait a bit to ensure all matrix file go into same release
if: ${{ matrix.brand != 'Badminton' }}
run: |
if [[ "${{ matrix.brand }}" != "Badminton" ]]; then
set -x
if [ '${{ matrix.brand }}' != "Badminton" ]; then
read -p "wait to ensure repo exists created by Badminton part of matrix" -t 90
fi
#- name: Create upload .apk to /releases (ncipollo)
Expand Down

0 comments on commit 327b5ec

Please sign in to comment.