Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hny0305Lin committed Jun 30, 2024
1 parent ae7e012 commit fce91e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/androidsign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
arguments: assembleRelease

- name: Sign
- uses: r0adkll/sign-android-release@v1
uses: r0adkll/sign-android-release@v1
id: sign_app
with:
releaseDirectory: app/build/outputs/apk/release
Expand All @@ -39,7 +39,7 @@ jobs:
keyPassword: ${{ secrets.KEY_PASSWORD }}

- name: Release
- uses: ncipollo/release-action@v1
uses: ncipollo/release-action@v1
run: mv ${{steps.sign_app.outputs.signedReleaseFile}} NLChat.apk
with:
artifacts: "*.apk"
Expand Down

0 comments on commit fce91e5

Please sign in to comment.