Skip to content

Commit f8f07c8

Browse files
chore(ci): clean up distribution directory after artifact creation in release workflow
[skip ci]
1 parent 4941266 commit f8f07c8

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
@@ -92,7 +92,7 @@ jobs:
9292
tar -czvf "dist-${{ matrix.platform }}.tar.gz" "$DIST_DIR"
9393
ARTIFACT_EXT="tar.gz"
9494
fi
95-
95+
rm -rf "$DIST_DIR"
9696
echo "Artifact created: dist-${{ matrix.platform }}.$ARTIFACT_EXT"
9797
9898
- name: Upload Artifact to Release

0 commit comments

Comments
 (0)