all repos — litestore @ ff4aad638f5927fb3febd4fc713a2f7b9ca2e647

A minimalist nosql document store.

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

ff4aad638f5927fb3febd4fc713a2f7b9ca2e647

parent

e133a9d5360cf3c1e31658d053e92f431e67245d

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

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

@@ -85,12 +85,13 @@

# Build for Linux - name: Build (Linux) run: nimble build -v -y -d:release --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --gc:orc --opt:size litestore - #if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-latest' # Build for macOS/Windows - #- name: Build (macOS, Windows) - # run: nimble build -v -y -d:release --gc:orc --opt:size litestore - # if: matrix.os == 'macos-latest' || matrix.os == 'windows-latest' + - name: Build (macOS, Windows) + shell: bash + run: nimble build -v -y -d:release --gc:orc --opt:size litestore + if: matrix.os == 'macos-latest' || matrix.os == 'windows-latest' # Import admin directory and create default db - name: Import Admin