Skip to content

Commit

Permalink
Merge pull request #9 from theodelrieu/fix/release_process
Browse files Browse the repository at this point in the history
release: rename zip file
  • Loading branch information
theodelrieu authored Jun 30, 2020
2 parents 2032e27 + 1f59d17 commit bce1c2d
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 @@ -23,7 +23,7 @@ jobs:
run: |
mkdir build && cd build
conan workspace install ..
cmake -G Ninja .. -DCMAKE_INSTALL_PREFIX=install/artifact -DBUILD_TESTING=OFF
cmake -G Ninja .. -DCMAKE_INSTALL_PREFIX=install/mgs -DBUILD_TESTING=OFF
ninja install
- uses: fnkr/github-action-ghr@v1
env:
Expand Down

0 comments on commit bce1c2d

Please sign in to comment.