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 570936d + b89a0ad commit 88f49ffCopy full SHA for 88f49ff
.github/actions/cargo-install-upload-artifacts/action.yml
@@ -27,7 +27,8 @@ runs:
27
echo "::set-output name=out-dir::${out_dir}"
28
echo "::set-output name=artifacts-dir::${artifacts_dir}"
29
shell: bash
30
-
+ - run: rm -rf .git
31
+ shell: bash
32
- name: Build with all features
33
uses: actions-rs/cargo@v1
34
with:
0 commit comments