Skip to content

Commit d704a38

Browse files
committed
remove .git on binary installation
1 parent 2c2a65e commit d704a38

File tree

1 file changed

+2
-1
lines changed
  • .github/actions/cargo-install-upload-artifacts

1 file changed

+2
-1
lines changed

.github/actions/cargo-install-upload-artifacts/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ runs:
2727
echo "::set-output name=out-dir::${out_dir}"
2828
echo "::set-output name=artifacts-dir::${artifacts_dir}"
2929
shell: bash
30-
30+
- run: rm -rf .git
31+
shell: bash
3132
- name: Build with all features
3233
run:
3334
cargo install

0 commit comments

Comments
 (0)