all repos — litestore @ d18cca14493fffbf0a6dd3197a6be268d17367d6

A minimalist nosql document store.

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

d18cca14493fffbf0a6dd3197a6be268d17367d6

parent

163338ac63b127ea484c7e8de7714b3fc5f9962a

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.

@@ -124,8 +123,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"