Skip to content

Commit

Permalink
apk打包结果显示优化
Browse files Browse the repository at this point in the history
  • Loading branch information
mxvc committed Jun 13, 2024
1 parent 7e1cd9a commit 4cfec4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gen_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ AgInEA=="
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: v${{github.run_id}}
title: "apk打包文件 ${{secrets.QL_URL}}"
automatic_release_tag: v$(date '+%Y%m%d%H%M%S')${{github.run_id}}
title: "apk打包结果 ${{secrets.QL_URL}}"
prerelease: false
files: |
${{steps.sign_app.outputs.signedReleaseFile}}

0 comments on commit 4cfec4c

Please sign in to comment.