Skip to content

Commit 39daf4d

Browse files
committed
fix workflow
1 parent 2137d93 commit 39daf4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
make install
210210
211211
- name: build wolfssl
212-
if: ${{ env.OS != "win" }}
212+
if: ${{ env.OS != 'win' }}
213213
run: |
214214
wget -q -nc -P ${BUILD_SOURCE} \
215215
https://github.com/wolfSSL/wolfssl/archive/refs/tags/v${WOLFSSL_VERSION}-stable.tar.gz
@@ -377,4 +377,4 @@ jobs:
377377
files: artifacts/bins/tsschecker_*
378378
body: ${{ env.COMMIT_MSG }}
379379
draft: false
380-
prerelease: true
380+
prerelease: false

0 commit comments

Comments
 (0)