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.
.git
1 parent ee47f33 commit 0b508c3Copy full SHA for 0b508c3
.github/actions/cargo-install-upload-artifacts/action.yml
@@ -27,7 +27,7 @@ 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
+ - run: mv .git .git.bak
31
32
- name: Build with all features
33
run:
@@ -82,3 +82,5 @@ runs:
82
name: ${{ steps.archive.outputs.name }}
83
path: ${{ steps.archive.outputs.path }}
84
if-no-files-found: error
85
+ - run: mv .git.bak .git
86
+ shell: bash
0 commit comments