Skip to content

Commit

Permalink
Update ccpp-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Nov 1, 2021
1 parent 9ac7140 commit 0ef255a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ccpp-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:

- name: cpack
shell: cmd
run: cpack -B %GITHUB_WORKSPACE%\artifact
run: |
mkdir "%GITHUB_WORKSPACE%\artifact"
cpack -B "%GITHUB_WORKSPACE%\artifact"
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 0ef255a

Please sign in to comment.