build: Install zip

This commit is contained in:
Nikolai Rodionov 2023-08-19 17:11:16 +02:00
parent 8eb3eb5ebe
commit bdc8618d6e
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10

View File

@ -29,6 +29,8 @@ steps:
- name: Prepare files for release
image: ubuntu:22.04
commands:
- apt-get update && \
apt-get install zip -y
- mkdir dist
- export RELEASE_DIR=build/PaulXStretch_artefacts/Release
- cp -r $RELEASE_DIR/Standalone/ /tmp