We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97e1b9 commit 225c766Copy full SHA for 225c766
.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
81
82
ARCHIVE_NAME="${TARGET}.zip"
83
mkdir -p artifacts
84
- (cd dist && zip -9 -r "../artifacts/${ARCHIVE_NAME}" "${TARGET}")
+ zip -9 -j "artifacts/${ARCHIVE_NAME}" "$OUT_DIR"/*
85
86
echo "archive-path=artifacts/${ARCHIVE_NAME}" >> "$GITHUB_OUTPUT"
87
0 commit comments