Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Change to debug version because release version can not run
  • Loading branch information
bangdc90 authored Sep 27, 2024
1 parent 8d31aa7 commit a512f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
keytool -genkeypair -dname CN=OpenIPC -keyalg RSA -validity 8000 -alias fpv -keystore fpv.jks -storepass release -noprompt
./gradlew assembleRelease
mv app/build/outputs/apk/release/app-release.apk PixelPilot.apk
mv app/build/outputs/apk/debug/app-debug.apk PixelPilot.apk
- name: Upload
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit a512f6c

Please sign in to comment.