mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-06-04 11:05:50 +08:00
fix: do not replace 'v'
This commit is contained in:
2
.github/workflows/mirrorchyan_uploading.yml
vendored
2
.github/workflows/mirrorchyan_uploading.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
mirrorchyan_rid: BGI
|
||||
working-directory: ./un7z/
|
||||
pick_files: '["BetterGI"]'
|
||||
version_name: ${{ replace(github.event.release.tag_name, 'v', '') }}
|
||||
version_name: ${{ github.event.release.tag_name }}
|
||||
upload_token: ${{ secrets.MirrorChyanUploadToken }}
|
||||
|
||||
mirrorchyan_exe:
|
||||
|
||||
Reference in New Issue
Block a user