ci: Fix missing directory

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-02-13 10:15:23 +01:00
parent 20d5eef32e
commit 7c1afedf0c
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ jobs:
- name: "Package Project"
shell: bash
run: |
mkdir build/package
cmake --build "build/temp" --config RelWithDebInfo --target PACKAGE_7Z
cmake --build "build/temp" --config RelWithDebInfo --target PACKAGE_ZIP
- name: "Package Installer (Prereqs)"
@ -51,6 +52,7 @@ jobs:
- name: "Package Project"
shell: bash
run: |
mkdir build/package
cmake --build "build/temp" --config Speed --target PACKAGE_7Z
cmake --build "build/temp" --config Speed --target PACKAGE_ZIP
- name: "Package Installer (Prereqs)"