all repos — min @ afa50cc6d41383a966ef75ba8993b384b588690f

A small but practical concatenative programming language.

Fixed output value for os.
h3rald h3rald@h3rald.com
Mon, 31 Jul 2023 15:28:42 +0200
commit

afa50cc6d41383a966ef75ba8993b384b588690f

parent

6407828fc1e154adf7a44d8f9b9c7148ab82c245

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

@@ -97,7 +97,7 @@ view_top: 1

# Package the resulting Linux/macOS binary - name: Create artifact (Linux, macOS) - run: zip min_${{steps.current-release.outputs.tag_name}}_${{steps.os.outputs.id}}_x64.zip min + run: zip min_${{steps.current-release.outputs.tag_name}}_${{steps.os.outputs.os}}_x64.zip min if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' # Package the resulting Windows binary