Skip to content

Commit

Permalink
规范命名
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Jul 21, 2024
1 parent 9977b96 commit 764146f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_name: ${{ env.repo_name }}-${{ needs.create_release.outputs.release_version }}-beta_arm64.apk
asset_name: ${{ env.repo_name }}-${{ needs.create_release.outputs.release_version }}-android-arm64_v8a.apk
asset_path: ${{ steps.sign_app.outputs.signedReleaseFile }}

- name: 📤 Upload logs to artifact if failure
Expand Down

0 comments on commit 764146f

Please sign in to comment.