all repos — litestore @ dcc38eb21aec30dfc580020f88938fb14c6bc0be

A minimalist nosql document store.

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

dcc38eb21aec30dfc580020f88938fb14c6bc0be

parent

62cb84767358da4637a420cd1b1b7c90078c0913

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

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

@@ -66,7 +66,7 @@

# Install HastyScribe (Windows) - name: Install HastyScribe (Windows) run: | - curl https://github.com/h3rald/hastyscribe/releases/download/v1.12.3/hastyscribe_v1.12.3_${{steps.os.outputs.id}}_x64.zip -sSf > hastyscribe.zip + 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'