Skip to content

Commit

Permalink
ci: Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Forgot-Dream authored Feb 25, 2024
1 parent ef6fd9b commit ad3a1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -44,4 +44,4 @@ jobs:
tag_name: ${{ github.ref_name }}
draft: false
prerelease: false
token: ${{secrets.GITHUB_TOKEN}}
token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit ad3a1a3

Please sign in to comment.