all repos — litestore @ 1339ca30985bc56e939d84edbfd46b73a8a510d3

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

1339ca30985bc56e939d84edbfd46b73a8a510d3

parent

c2c1a09d07363e3229ed6b36d0fd44ea11320a18

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"