Skip to content

Commit

Permalink
修改apk名称
Browse files Browse the repository at this point in the history
  • Loading branch information
OldGodShen committed Jun 12, 2024
1 parent f163c5e commit 29a2a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tauri release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: src-tauri/gen/android/app/build/outputs/apk/universal/release/app-universal-release-signed.apk
asset_name: xyyinfoquery_${{ env.VERSION }}_universal.apk
asset_name: xyyinfoquery_${{ env.VERSION }}_arm64.apk
asset_content_type: application/vnd.android.package-archive

- name: Calculate Next Version
Expand Down

0 comments on commit 29a2a6e

Please sign in to comment.