all repos — min @ c8d441fbf509d468480d95264aa8b3e2566f4cc4

A small but practical concatenative programming language.

Update add-artifacts-to-current-release.yml
Fabio Cevasco h3rald@h3rald.com
Fri, 23 Apr 2021 22:07:49 +0200
commit

c8d441fbf509d468480d95264aa8b3e2566f4cc4

parent

8d641f0d0bddff6ad121011f98215964960dac3e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M .github/workflows/add-artifacts-to-current-release.yml.github/workflows/add-artifacts-to-current-release.yml

@@ -84,7 +84,7 @@ if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'

# Package the resulting Windows binary - name: Create artifact (Windows) - run: Compress-Archive -Path mn.exe -DestinationPath min_${{steps.current-release.outputs.tag_name}}_windows_x64.zip + run: Compress-Archive -Path min.exe -DestinationPath min_${{steps.current-release.outputs.tag_name}}_windows_x64.zip if: matrix.os == 'windows-latest' # Upload artifacts to current draft release