diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 409d409..cf8e32d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: env: # app 命名 [名字]-[commit-tag] - artifact_name: SduNetCheckTool-${{ github.sha }} + artifact_name: SduNetCheckTool-build.${{github.run_number}}-${{ github.sha }} steps: - name: Checkout @@ -44,4 +44,4 @@ jobs: tag_name: ${{ github.ref_name }} draft: false prerelease: false - token: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + token: ${{secrets.GITHUB_TOKEN}}