From 327b5ec0cb13ef361306f32fa8378a08eb1ad086 Mon Sep 17 00:00:00 2001 From: hoeveid Date: Sat, 3 Aug 2024 17:09:52 +0200 Subject: [PATCH] workflow to automatically build apk --- .github/workflows/brands.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/brands.yml b/.github/workflows/brands.yml index dd4509d..7e699c4 100644 --- a/.github/workflows/brands.yml +++ b/.github/workflows/brands.yml @@ -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)