update pipeline-build-20220901.yml
This commit is contained in:
parent
0dfdcb4e59
commit
16fae28bec
@ -44,6 +44,13 @@ stages:
|
||||
- wget https://code.gitlink.org.cn/shenmo7192/electron-releases/raw/branch/master/appimage-9.0.5.7z
|
||||
- 7z x appimage-9.0.5.7z
|
||||
- cd $WORK_DIR
|
||||
- '###'
|
||||
- 'mkdir -p /root/.cache/electron-builder/fpm/fpm-1.9.3-2.3.1-linux-x86_64 '
|
||||
- 'cd /root/.cache/electron-builder/fpm/fpm-1.9.3-2.3.1-linux-x86_64 '
|
||||
- wget https://code.gitlink.org.cn/shenmo7192/electron-releases/raw/branch/master/fpm-1.9.3-2.3.1-linux-x86_64.7z
|
||||
- 7z x fpm-1.9.3-2.3.1-linux-x86_64.7z
|
||||
- cd $WORK_DIR
|
||||
- '###'
|
||||
- yarn
|
||||
- yarn package-linux
|
||||
artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user