Skip to content

Commit

Permalink
CI Fixes?
Browse files Browse the repository at this point in the history
  • Loading branch information
treideme committed Jul 21, 2023
1 parent a0a55a2 commit 1560b9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ runs:
shell: cmd
run:
cd ${{ inputs.path }}

- name: Check out private dependencies
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1560b9f

Please sign in to comment.