From 97b81c3a6792d72d44500ac0eb2f42eb82a2dbe8 Mon Sep 17 00:00:00 2001 From: Charlie Birks Date: Fri, 19 Feb 2021 20:58:40 +0000 Subject: [PATCH] Also pass config to package step --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2b51aa..764be6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,7 +108,7 @@ jobs: shell: bash working-directory: ${{runner.workspace}}/main/build run: | - cmake --build . --target package + cmake --build . --config $BUILD_TYPE --target package # Push the tar file to the release - name: Upload tar