all repos — hex @ 9e6c2a07aa0676aba6855359af89ad04c8397d81

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

Fixes.
h3rald h3rald@h3rald.com
Thu, 05 Dec 2024 07:59:18 +0100
commit

9e6c2a07aa0676aba6855359af89ad04c8397d81

parent

431855b3108f4365849ec4a91d81a400a21287e1

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

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

@@ -61,6 +61,9 @@ route: GET /repos/h3rald/hex/releases

env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Debgug current release + run: echo "${{steps.current-release.outputs.data}}" + # Package the resulting Linux/macOS binary - name: Create artifact (Linux, macOS) run: zip hex_${{fromJson(steps.current-release.outputs.data).tag_name}}_${{steps.os.outputs.os}}_x86_64.zip hex