We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f7150 commit 3ba6103Copy full SHA for 3ba6103
.github/workflows/release.yml
@@ -290,7 +290,7 @@ jobs:
290
291
# Extract the artifact contents
292
# Because zip is only used on windows we can assume the binary is an exe
293
- unzip -p "$artifact" pixi > unpacked-artifacts/$base_name.exe
+ unzip -p "$artifact" pixi.exe > unpacked-artifacts/$base_name.exe
294
done
295
296
# Upload unpacked artifacts, not sure how to do this in one go as you have to name the artifact
0 commit comments