Skip to content

Commit ebdff6e

Browse files
authored
Update build-test.yml
1 parent bbf060f commit ebdff6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,9 @@ jobs:
105105

106106
- name: Upload Release Asset
107107
uses: softprops/action-gh-release@v1
108-
if: startsWith(github.ref, 'refs/tags/')
108+
#if: startsWith(github.ref, 'refs/tags/')
109109
with:
110110
files: release.zip
111+
tag_name: v2025.05.22 # 直接关联到名为 "my-release" 的 Release
111112
env:
112113
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)