Skip to content

Commit

Permalink
fix wrong working directory before running cpack
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp56300 committed Nov 20, 2024
1 parent 6e32f0f commit d93ac63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
run: cmake --build --preset github-${{ runner.os }} --parallel 6

- name: Pack
working-directory: ${{github.workspace}}/build
run: cpack --preset github-${{ runner.os }}

- name: Release
Expand Down

0 comments on commit d93ac63

Please sign in to comment.