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 f02b76a + 2dd9b5e commit 25066cfCopy full SHA for 25066cf
.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