From 3881966ddb9b7e15f59c18c16014bbd0cd58d673 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 25 Mar 2024 14:46:55 -0400 Subject: [PATCH] see if I can get trunk builds to work --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 9364e1239..2ec9d6cb9 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -65,7 +65,7 @@ jobs: run: | echo "i2psrc=$HOME/i2p.i2p" > routerjars/local.properties git clone -b master https://github.com/i2p/i2p.i2p "$HOME/i2p.i2p" - cd i2p.i2p && ./installer/resources/maven-dev-release.sh 1 + bash -c "cd $HOME/i2p.i2p && ./installer/resources/maven-dev-release.sh 1" ./gradlew assembleDebug find . -name '*.apk' - name: Upload i2p-debug-${{ github.sha }}.apk