Skip to content

Commit

Permalink
Fix typo in "if" statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbasnmp authored Nov 9, 2024
1 parent 6252706 commit f26d6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ jobs:
fi
- name: 'Upload Windows executable'
if ${{ matrix.plat == 'windows' && matrix.name == 'openssl' }}
if: ${{ matrix.plat == 'windows' && matrix.name == 'openssl' }}
uses: actions/upload-artifact@v4
with:
name: package
Expand Down

0 comments on commit f26d6c8

Please sign in to comment.