Skip to content

Commit

Permalink
Update Yo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rickdtc authored Dec 20, 2023
1 parent bcc470a commit 6ef4381
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/Yo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ jobs:
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew assembleLawnWithQuickstepGithubRelease
- name: Sign app APK
uses: r0adkll/sign-android-release@v1
id: sign_app
with:
releaseDirectory: build/outputs/apk/lawnWithQuickstepGithub/release
signingKeyBase64: ${{ secrets.SK }}
alias: ${{ secrets.AS }}
keyStorePassword: ${{ secrets.KSP }}
keyPassword: ${{ secrets.KP }}
env:
BUILD_TOOLS_VERSION: "30.0.2"
- name: Upload APK
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6ef4381

Please sign in to comment.