all repos — hex @ be9921069006792b31a129087d3154678535559c

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixing windows pipeline.
h3rald h3rald@h3rald.com
Thu, 11 Sep 2025 13:19:31 +0000
commit

be9921069006792b31a129087d3154678535559c

parent

ee56cc20dcb23f33d81e7f8d03245f2b7aa0adad

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

jump to
M .github/workflows/release.yml.github/workflows/release.yml

@@ -113,7 +113,7 @@ if: matrix.os == 'windows-latest'

# Package the resulting Windows binary - name: Create artifact (Windows) - run: Compress-Archive -Path "hex.exe", "lib/utils.hbx" -DestinationPath hex_${{steps.current-release.outputs.tag_name}}_windows_x86_64.zip + run: Compress-Archive -Path "hex.exe", "lib\\utils.hbx" -DestinationPath hex_${{steps.current-release.outputs.tag_name}}_windows_x86_64.zip if: matrix.os == 'windows-latest' # Upload artifacts to current draft release