all repos — litestore @ a0412b086f4910fc27490469c367c6acf90c4b9f

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

a0412b086f4910fc27490469c367c6acf90c4b9f

parent

9bc3a91213e4cd1b900eb925e8ef691b4f64cf43

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"