Skip to content

Commit a2a6381

Browse files
committed
Empty the workspace rather than cleaning
1 parent da25268 commit a2a6381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Remove workspace
8484
shell: bash
85-
run: rm ${GIT_WORKSPACE}/workspace.toml
85+
run: echo > ${GIT_WORKSPACE}/workspace.toml
8686

8787
- name: git-workspace archive
8888
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)