Skip to content

Commit

Permalink
Merge branch 'github-actions'
Browse files Browse the repository at this point in the history
  • Loading branch information
matwey committed Nov 6, 2022
2 parents 3c7ce76 + 2cc8585 commit cfb27b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ jobs:
name: ${{matrix.build_type}} package for Windows ${{matrix.arch}}
path: build/libopenvizsla-*.zip

- name: Release the package
if: runner.os == 'Windows' && matrix.build_type == 'Release' && startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with:
files: libopenvizsla-*.zip

- name: Test
working-directory: ${{github.workspace}}/build
run: ctest -C ${{matrix.build_type}} --output-on-failure

0 comments on commit cfb27b4

Please sign in to comment.