mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Fixed android build GitHub action.
Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
d867701233
commit
ec83e157e9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue