Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
1Conan committed Feb 10, 2022
1 parent 2137d93 commit 39daf4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
make install
- name: build wolfssl
if: ${{ env.OS != "win" }}
if: ${{ env.OS != 'win' }}
run: |
wget -q -nc -P ${BUILD_SOURCE} \
https://github.com/wolfSSL/wolfssl/archive/refs/tags/v${WOLFSSL_VERSION}-stable.tar.gz
Expand Down Expand Up @@ -377,4 +377,4 @@ jobs:
files: artifacts/bins/tsschecker_*
body: ${{ env.COMMIT_MSG }}
draft: false
prerelease: true
prerelease: false

0 comments on commit 39daf4d

Please sign in to comment.