Skip to content

Commit 3ba6103

Browse files
committed
fix: windows artifact name
1 parent 19f7150 commit 3ba6103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
291291
# Extract the artifact contents
292292
# 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
293+
unzip -p "$artifact" pixi.exe > unpacked-artifacts/$base_name.exe
294294
done
295295
296296
# Upload unpacked artifacts, not sure how to do this in one go as you have to name the artifact

0 commit comments

Comments
 (0)