Skip to content

Commit 0709e31

Browse files
authored
Remove tar.gz file after unarchiving
1 parent 0ed370b commit 0709e31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
- name: Unarchive
126126
run: |
127127
tar -xzf dart-${{ inputs.ref }}-${{ matrix.host-arch }}.tar.gz
128+
rm dart-${{ inputs.ref }}-${{ matrix.host-arch }}.tar.gz
128129
129130
- name: Verify Checked-in Dart SDK
130131
run: |

0 commit comments

Comments
 (0)