File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 filetype : local
2828 mirrorchyan_rid : BGI
29- working-directory : downloads/BetterGI_7z /un7z/
29+ working-directory : . /un7z/
3030 pick_files : ' ["BetterGI"]'
31- version_name : ${{ github.event.release.tag_name }}
31+ version_name : ${{ replace( github.event.release.tag_name, 'v', '') }}
3232 upload_token : ${{ secrets.MirrorChyanUploadToken }}
3333
3434 mirrorchyan_exe :
Original file line number Diff line number Diff line change @@ -352,6 +352,11 @@ jobs:
352352 with :
353353 path : artifacts
354354
355+ - name : Append Metadata
356+ shell : bash
357+ run : |
358+ mv artifacts/BetterGI_Metadata/metadata.json artifacts/BetterGI_Metadata/BetterGI_Metadata.json
359+
355360 - name : Create Release
356361 uses : softprops/action-gh-release@v1
357362 with :
@@ -363,6 +368,7 @@ jobs:
363368 files : |
364369 artifacts/BetterGI_7z/*.7z
365370 artifacts/BetterGI_Install/*.exe
371+ artifacts/BetterGI_Metadata/*.json
366372
367373 mirrorchyan_uploading :
368374 if : github.repository_owner == 'babalae' && contains(needs.validate.outputs.version, '-')
You can’t perform that action at this time.
0 commit comments