Skip to content

Commit e748e8b

Browse files
committed
Fix the GitHub workflow for release
1 parent 0b0fae1 commit e748e8b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131

3232
- name: Build release version
3333
run: |
34-
if [[ "${{ matrix.os }}"x =~ '^windows' ]]; then
35-
else
34+
if [[ ! "${{ matrix.os }}"x =~ '^windows' ]]; then
3635
export CC=gcc
3736
fi
3837
mkdir packcc-${{ github.ref_name }} &&

0 commit comments

Comments
 (0)