update pipeline-build-20220901.yml

This commit is contained in:
shenmo 2022-09-01 16:48:52 +00:00 committed by Gitee
parent 27a68c9a2f
commit e9fa7cfeb2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -33,8 +33,8 @@ stages:
- ELECTRON_BUILDER_BINARIES_MIRROR =https://registry.npmmirror.com/binary.html?path=electron-builder-binaries/ - ELECTRON_BUILDER_BINARIES_MIRROR =https://registry.npmmirror.com/binary.html?path=electron-builder-binaries/
- mkdir -p /root/.cache/electron-builder/app-builder/app-builder-v0.6.1-x64 - mkdir -p /root/.cache/electron-builder/app-builder/app-builder-v0.6.1-x64
- 'wget https://code.gitlink.org.cn/shenmo7192/electron-releases/raw/branch/master/app-builder-v0.6.1-linux-x64.7z ' - 'wget https://code.gitlink.org.cn/shenmo7192/electron-releases/raw/branch/master/app-builder-v0.6.1-linux-x64.7z '
- mv app-builder-v0.6.1-linux-x64.7z /root/.cache/electron-builder/app-builder/app-builder-v0.6.1-x64 - '7z x app-builder-v0.6.1-linux-x64.7z '
- 7z x /root/.cache/electron-builder/app-builder/app-builder-v0.6.1-x64 - mv app-builder /root/.cache/electron-builder/app-builder/app-builder-v0.6.1-x64
- yarn - yarn
- yarn package-linux - yarn package-linux
artifacts: artifacts: