From 7c1afedf0c60cc57acbedab036fb4613d1c7a3e6 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Thu, 13 Feb 2020 10:15:23 +0100 Subject: [PATCH] ci: Fix missing directory --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a4b3260..43ddb183 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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)"