Skip to content

Commit 225c766

Browse files
committed
put binary at root of release zip
1 parent d97e1b9 commit 225c766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
ARCHIVE_NAME="${TARGET}.zip"
8383
mkdir -p artifacts
84-
(cd dist && zip -9 -r "../artifacts/${ARCHIVE_NAME}" "${TARGET}")
84+
zip -9 -j "artifacts/${ARCHIVE_NAME}" "$OUT_DIR"/*
8585
8686
echo "archive-path=artifacts/${ARCHIVE_NAME}" >> "$GITHUB_OUTPUT"
8787

0 commit comments

Comments
 (0)