Skip to content

Commit a6b3844

Browse files
committed
Yet another syntax error in release workflow.
1 parent 447d37a commit a6b3844

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
@@ -214,7 +214,7 @@ jobs:
214214
echo "Processing artifacts..."
215215
ARTIFACT_DIR="${GITHUB_WORKSPACE}/artifacts/release-${TAG}"
216216
if [ -d "$ARTIFACT_DIR" ]; then
217-
cp -r "${ARTIFACT_DIR}/*"" "${ASSET_DIR}/"
217+
cp -r "${ARTIFACT_DIR}/*" "${ASSET_DIR}/"
218218
219219
# Remove metadata files from the asset
220220
rm -f "${ASSET_DIR}/.deploy_path" 2>/dev/null || true

0 commit comments

Comments
 (0)