Skip to content

Commit 861c270

Browse files
authored
Revert change
1 parent 4ae8668 commit 861c270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: strip
6363
run: find out*/install/ -type f -perm -u=x -exec strip -x {} +
64-
if: !startsWith(matrix.os, 'windows')
64+
if: ${{ !startsWith(matrix.os, 'windows') }}
6565

6666
- name: archive
6767
id: archive

0 commit comments

Comments
 (0)