From 1560b9f782cb1fc21c4fb31d16f97c9a5c85f0f3 Mon Sep 17 00:00:00 2001 From: Thomas Reidemeister Date: Fri, 21 Jul 2023 13:01:36 -0400 Subject: [PATCH] CI Fixes? --- .github/actions/build/action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 6cdf2f0..4c43866 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -19,6 +19,7 @@ runs: shell: cmd run: cd ${{ inputs.path }} + - name: Check out private dependencies uses: actions/checkout@v3 with: @@ -50,7 +51,7 @@ runs: REM Build distribution example (depends on most other samples) cd distribution - call build.bat + build.bat - name: Sign executables shell: cmd @@ -64,7 +65,7 @@ runs: call venv\Scripts\activate REM Build distribution example (depends on most other samples) cd distribution - call make_install.bat + make_install.bat - name: Sign installer shell: cmd