Fixing windows pipeline.
h3rald h3rald@h3rald.com
Thu, 11 Sep 2025 13:19:31 +0000
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