fix: cmake fails to create zip file

This commit is contained in:
Petra Baranski
2023-07-27 19:22:23 +02:00
committed by GitHub
parent d203e8502c
commit cc7f95f4c1

View File

@@ -19,6 +19,7 @@ jobs:
- name: create zip
run: |
mkdir build
mkdir tmp
cd tmp
cmake -DMADDY_CREATE_PACKAGE=ON ..