all repos — litestore @ 7bc62d29157f2d7e4cd63f3f25aaa862028eb382

A minimalist nosql document store.

Update add-artifacts-to-current-release.yml
Fabio Cevasco h3rald@h3rald.com
Wed, 14 Apr 2021 22:00:31 +0200
commit

7bc62d29157f2d7e4cd63f3f25aaa862028eb382

parent

2179bd8d58c761a6a387db7e6b270b30d54ad35e

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

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

@@ -60,14 +60,13 @@ run: |

curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh sh init.sh -y - # Install HastyScribe (macOS/Linux) + # Install HastyScribe - name: Install HastyScribe (macOS/Linux) shell: bash 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 unzip hastyscribe.zip mv src/hastyscribe . - if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest' # Temporary Windows-specific fix (missing certificates for nimble) - name: Install cert (temporary fix, windows only)

@@ -96,7 +95,7 @@

# Build guide - name: Build guide shell: bash - run: ./build_guide + run: build_guide # Retrieve ID and Name of the current (draft) release - name: "Get current release"