Skip to content

Commit a512f6c

Browse files
authored
Update build.yml
Change to debug version because release version can not run
1 parent 8d31aa7 commit a512f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
2222
keytool -genkeypair -dname CN=OpenIPC -keyalg RSA -validity 8000 -alias fpv -keystore fpv.jks -storepass release -noprompt
2323
./gradlew assembleRelease
24-
mv app/build/outputs/apk/release/app-release.apk PixelPilot.apk
24+
mv app/build/outputs/apk/debug/app-debug.apk PixelPilot.apk
2525
2626
- name: Upload
2727
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)