Skip to content

Commit ba06b09

Browse files
Merge #1051
1051: remove .git on binary installation r=Alexhuszagh a=Emilgardis Co-authored-by: Emil Gardström <emil.gardstrom@gmail.com>
2 parents bad04b4 + d704a38 commit ba06b09

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)