Skip to content

Commit 1e441fb

Browse files
authored
fix: do not replace 'v'
1 parent 5f3cb7a commit 1e441fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirrorchyan_uploading.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
mirrorchyan_rid: BGI
2929
working-directory: ./un7z/
3030
pick_files: '["BetterGI"]'
31-
version_name: ${{ replace(github.event.release.tag_name, 'v', '') }}
31+
version_name: ${{ github.event.release.tag_name }}
3232
upload_token: ${{ secrets.MirrorChyanUploadToken }}
3333

3434
mirrorchyan_exe:

0 commit comments

Comments
 (0)