Skip to content

Commit 88f49ff

Browse files
authored
Merge pull request #1202 from cross-rs/release-v0.2.5
2 parents 570936d + b89a0ad commit 88f49ff

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
uses: actions-rs/cargo@v1
3334
with:

0 commit comments

Comments
 (0)