File tree Expand file tree Collapse file tree 1 file changed +18
-8
lines changed
Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Original file line number Diff line number Diff line change 99 mirrorchyan_7z :
1010 runs-on : macos-latest
1111 steps :
12- - uses : MirrorChyan/uploading-action@v1
12+ - name : 📥 Download release
13+ uses : robinraju/release-downloader@v1.8
1314 with :
14- filetype : latest-release
15- filename : " BetterGI_*.7z"
16- p7zip : true
17- mirrorchyan_rid : BGI
15+ latest : true
16+ fileName : " *"
1817
19- github_token : ${{ secrets.GITHUB_TOKEN }}
20- owner : babalae
21- repo : better-genshin-impact
18+ - name : Extract 7z
19+ shell : bash
20+ run : |
21+ 7z x BetterGI_v*.7z -oun7z
22+ mv ./BetterGI.Metadata.json ./un7z/BetterGI/.metadata.json
23+
24+ - name : Upload Zip
25+ uses : MirrorChyan/uploading-action@v1
26+ with :
27+ filetype : local
28+ mirrorchyan_rid : BGI
29+ working-directory : downloads/BetterGI_7z/un7z/
30+ pick_files : ' ["BetterGI"]'
31+ version_name : ${{ github.event.release.tag_name }}
2232 upload_token : ${{ secrets.MirrorChyanUploadToken }}
2333
2434 mirrorchyan_exe :
You can’t perform that action at this time.
0 commit comments