Skip to content

Commit

Permalink
ci: copy LICENSE in installation folder
Browse files Browse the repository at this point in the history
  • Loading branch information
theodelrieu committed Dec 8, 2020
1 parent a33b593 commit 0a6a27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
conan workspace install ..
cmake -G Ninja .. -DCMAKE_INSTALL_PREFIX=install/mgs -DBUILD_TESTING=OFF
ninja install
cp ../LICENSE .
cp ../LICENSE install/mgs
- uses: fnkr/github-action-ghr@v1
env:
GHR_COMPRESS: zip
Expand Down

0 comments on commit 0a6a27d

Please sign in to comment.