Skip to content

Commit

Permalink
Fix packages path in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matwey committed Nov 6, 2022
1 parent cfb27b4 commit c88cb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if: runner.os == 'Windows' && matrix.build_type == 'Release' && startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with:
files: libopenvizsla-*.zip
files: build/libopenvizsla-*.zip

- name: Test
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit c88cb0b

Please sign in to comment.