all repos — litestore @ ae75af3eea395473b63dd0ce6e2a5e3673c1ae20

A minimalist nosql document store.

Update add-artifacts-to-current-release.yml
Fabio Cevasco h3rald@h3rald.com
Wed, 14 Apr 2021 03:08:15 +0200
commit

ae75af3eea395473b63dd0ce6e2a5e3673c1ae20

parent

5571709c15c1779658aaaf884b1aea832d289f9d

1 files changed, 3 insertions(+), 1 deletions(-)

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

@@ -71,7 +71,9 @@ 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 -L -o cacert.pem + run: | + curl https://curl.se/ca/cacert.pem -L -o cacert.pem + move cacert.pem %HOME%\.nimble\bin\cacert.pem if: matrix.os == 'windows-latest' # Build for Linux