Skip to content

Commit e3d5001

Browse files
Merge #1202
1202: release v0.2.5 r=Emilgardis a=Emilgardis Co-authored-by: Emil Gardström <[email protected]>
2 parents 570936d + b89a0ad commit e3d5001

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)