From ec83e157e96870bae4083744ae93fc7e8fcccb4d Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Mon, 8 Jan 2024 20:16:46 +1300 Subject: [PATCH] Fixed android build GitHub action. Signed-off-by: Michael Keller --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 5a8f7d89e..d221d8c6a 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -30,10 +30,10 @@ jobs: # the clone followed by the pointless push should verify that the password is stored in the config # that way the script doesn't need the password git clone -b main https://github.com/subsurface/nightly-builds - pushd nightly-builds + cd nightly-builds git remote set-url origin "$url" git push origin main - popd + cd .. bash -x subsurface/scripts/get-or-create-build-nr.sh ${{ github.sha }} cp nightly-builds/latest-subsurface-buildnumber subsurface echo "CICD-release" > subsurface/latest-subsurface-buildnumber-extension