We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae8668 commit 861c270Copy full SHA for 861c270
1 file changed
.github/workflows/create_release.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: strip
63
run: find out*/install/ -type f -perm -u=x -exec strip -x {} +
64
- if: !startsWith(matrix.os, 'windows')
+ if: ${{ !startsWith(matrix.os, 'windows') }}
65
66
- name: archive
67
id: archive
0 commit comments