all repos — litestore @ 1b1a8b87bffe756b6d4bf29a4a304fb7346f8178

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

1b1a8b87bffe756b6d4bf29a4a304fb7346f8178

parent

abd01d406eceddf52daf1007ccd458fd84de8509

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