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 4cfec4c commit a13ce16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ AgInEA=="
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: v$(date '+%Y%m%d%H%M%S')${{github.run_id}}
automatic_release_tag: v${{github.run_id}}
title: "apk打包结果 ${{secrets.QL_URL}}"
prerelease: false
files: |
Expand Down

0 comments on commit a13ce16

Please sign in to comment.