Fixes.
h3rald h3rald@h3rald.com
Thu, 05 Dec 2024 07:59:18 +0100
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