all repos — litestore @ a6346db467c314ab930c2e77d56618fdf4559499

A minimalist nosql document store.

Merge branch 'master' of github.com:h3rald/litestore
h3rald h3rald@h3rald.com
Wed, 14 Apr 2021 18:58:50 +0200
commit

a6346db467c314ab930c2e77d56618fdf4559499

parent

f1e2ffa45478aa54a7f3190c84f049b07c61307e

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

@@ -1,4 +1,3 @@

-# Adds artifacts to the current (draft) release name: Add Artifacts to Current Release # Controls when the action will run.

@@ -116,8 +115,8 @@ if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'

# Package the resulting Windows binary - name: Create artifact (Windows) - run: Compress-Archive -Path litestore.exe, data.db, LiteStore_UserGuide.htm -DestinationPath litestore_${{steps.current-release.outputs.tag_name}}_windows_x64.zip - if: matrix.os == 'windows-latest' + run: Compress-Archive -Path litestore.exe, data.db, LiteStore_UserGuide.htm -DestinationPath litestore_${{steps.current-release.outputs.tag_name}}_windows_x64.zip + if: matrix.os == 'windows-latest' # Upload artifacts to current draft release - name: "Upload to current release"