Skip to content

Commit

Permalink
Merge pull request #6 from theodelrieu/fix/release-action
Browse files Browse the repository at this point in the history
fix: change install dir to have only one zip in release
  • Loading branch information
theodelrieu authored Jun 24, 2020
2 parents cc427f0 + 7007a86 commit 9a1d2a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: |
mkdir build && cd build
conan workspace install ..
cmake -G Ninja .. -DCMAKE_INSTALL_PREFIX=artifact -DBUILD_TESTING=OFF
cmake -G Ninja .. -DCMAKE_INSTALL_PREFIX=install/artifact -DBUILD_TESTING=OFF
ninja install
- uses: fnkr/github-action-ghr@v1
env:
GHR_COMPRESS: zip
GHR_PATH: build/artifact
GHR_PATH: build/install
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9a1d2a8

Please sign in to comment.