Skip to content

Commit

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

- name: cpack
shell: cmd
run: |
mkdir "%GITHUB_WORKSPACE%\artifact"
cpack -B "%GITHUB_WORKSPACE%\artifact"
run: cpack -B "%GITHUB_WORKSPACE%\artifact" -G TGZ -V

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 183c8ea

Please sign in to comment.