Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek-chaubey authored Oct 13, 2024
1 parent 5dae933 commit 8a822ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: cmd.exe /c java.exe -jar "signer\ApkSigner.jar" sign --key "signer\apkeasytool.pk8" --cert "signer\apkeasytool.pem" --v4-signing-enabled false --out "%cd%/app/build/outputs/apk/release/youtube_pro_signed.apk" "%cd%/app/build/outputs/apk/release/app-release-unsigned.apk"

- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: Apk
path: "app/build/outputs/apk/release/youtube_pro_signed.apk"

0 comments on commit 8a822ee

Please sign in to comment.