Added missing mkdir
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Nicolai Ort 2021-04-14 17:41:02 +02:00
parent 283522fd66
commit e93f427337

View File

@ -29,6 +29,7 @@ steps:
- mv out/\@lfk-scanclient-electron-linux-x64 squashfs-root/root/lfkscan - mv out/\@lfk-scanclient-electron-linux-x64 squashfs-root/root/lfkscan
- mksquashfs squashfs-root slax/modules/lfkscan.sb -b 1024k -comp xz -Xbcj x86 -e boot - mksquashfs squashfs-root slax/modules/lfkscan.sb -b 1024k -comp xz -Xbcj x86 -e boot
- rm -rf squashfs-root out electron.zip - rm -rf squashfs-root out electron.zip
- mkdir dist
- zip -r dist/lfk-scanclient-live_${DRONE_TAG}_x64.zip slax - zip -r dist/lfk-scanclient-live_${DRONE_TAG}_x64.zip slax
- name: gitea_release - name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release