Skip to content

Commit

Permalink
测试AndroidSign新写法
Browse files Browse the repository at this point in the history
  • Loading branch information
Hny0305Lin committed Jun 30, 2024
1 parent fadd36a commit a676127
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/androidsign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ jobs:
env:
BUILD_TOOLS_VERSION: "34.0.0"

- name: Release Ready
run: mv ${{steps.sign_app.outputs.signedReleaseFile}} NLChat_$GITHUB_REF_NAME.apk

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

0 comments on commit a676127

Please sign in to comment.