Skip to content

Commit d708edd

Browse files
committed
Remove tarball between steps?
1 parent 14e8bb9 commit d708edd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/container_images.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ jobs:
119119
path: ${{ env.TOOLCHAIN_TAR_DIR }}/${{ matrix.variance.toolchain_artifact }}-${{ matrix.platform.arch }}.tar
120120
if-no-files-found: error
121121
retention-days: 1
122+
- name: Remove local tarball
123+
run: rm -f "$TOOLCHAIN_TAR_DIR/${{ matrix.variance.toolchain_artifact }}-${{ matrix.platform.arch }}.tar"
122124
- name: Clean up caches
123125
if: always()
124126
run: |

0 commit comments

Comments
 (0)