Skip to content

Commit

Permalink
我错了哥
Browse files Browse the repository at this point in the history
咱不签名了好吗
  • Loading branch information
dontknowhy authored Oct 20, 2024
1 parent 4c7109d commit c3c9c3f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,7 @@ jobs:
with:
gradle-version: current
arguments: assembleRelease
- uses: r0adkll/sign-android-release@v1
id: sign_app
with:
releaseDirectory: app/build/outputs/apk/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"
- run: mv ${{steps.sign_app.outputs.signedReleaseFile}} FCLRenderPlugin_$GITHUB_REF_NAME.apk
- run: mv app/build/outputs/apk/release/app-release-unsigned.apk FCLRenderPlugin_$GITHUB_REF_NAME_unsigned.apk
- uses: ncipollo/release-action@v1
with:
artifacts: "*.apk"
Expand Down

0 comments on commit c3c9c3f

Please sign in to comment.