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.
2 parents fb6c7b1 + f02b76a commit 4dc85f7Copy full SHA for 4dc85f7
.github/workflows/release.yml
@@ -214,7 +214,7 @@ jobs:
214
echo "Processing artifacts..."
215
ARTIFACT_DIR="${GITHUB_WORKSPACE}/artifacts/release-${TAG}"
216
if [ -d "$ARTIFACT_DIR" ]; then
217
- cp -r "${ARTIFACT_DIR}/*"" "${ASSET_DIR}/"
+ cp -r "${ARTIFACT_DIR}/*" "${ASSET_DIR}/"
218
219
# Remove metadata files from the asset
220
rm -f "${ASSET_DIR}/.deploy_path" 2>/dev/null || true
0 commit comments