diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index c9538fa69..9f80fb73b 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -30,7 +30,7 @@ jobs: echo "noExe=true" >> override.properties - name: build with Gradle run: | - echo "i2psrc=$HOME/i2p.i2p" > local.properties + echo "i2psrc=$HOME/i2p.i2p" > routerjars/local.properties git clone https://github.com/i2p/i2p.i2p "$HOME/i2p.i2p" ./gradlew assembleDebug find . -name '*.apk'