mirror of
https://github.com/progsource/maddy.git
synced 2026-03-25 16:00:39 +01:00
fix: cmake fails to create zip file
This commit is contained in:
1
.github/workflows/create-release-package.yml
vendored
1
.github/workflows/create-release-package.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
||||
|
||||
- name: create zip
|
||||
run: |
|
||||
mkdir build
|
||||
mkdir tmp
|
||||
cd tmp
|
||||
cmake -DMADDY_CREATE_PACKAGE=ON ..
|
||||
|
||||
Reference in New Issue
Block a user