all repos — litestore @ 810a1e285fcac1195a9cbfe1f03cbebef340d687

A minimalist nosql document store.

Update add-artifacts-to-current-release.yml
Fabio Cevasco h3rald@h3rald.com
Tue, 13 Apr 2021 22:46:58 +0200
commit

810a1e285fcac1195a9cbfe1f03cbebef340d687

parent

dcc38eb21aec30dfc580020f88938fb14c6bc0be

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M .github/workflows/add-artifacts-to-current-release.yml.github/workflows/add-artifacts-to-current-release.yml

@@ -69,6 +69,10 @@ run: |

curl https://github.com/h3rald/hastyscribe/releases/download/v1.12.3/hastyscribe_v1.12.3_${{steps.os.outputs.id}}_x64.zip -L -o hastyscribe.zip Expand-Archive -Path hastyscribe.zip -DestinationPath . if: matrix.os == 'windows-latest' + + - name: Install cert (temporary fix, windows only) + run: curl https://curl.se/ca/cacert.pem -L0 + if: matrix.os == 'windows-latest' # Build for Linux - name: Build (Linux)