Skip to content

Commit

Permalink
fix ci-win-release (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffaello authored Jun 15, 2023
1 parent 4089eb6 commit 5b652e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
working-directory: build
- name: Release
uses: softprops/action-gh-release@v1
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == '2019' }}
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == '2022' }}
with:
generate_release_notes: true
prerelease: false
Expand Down

0 comments on commit 5b652e0

Please sign in to comment.