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.
1 parent 14e8bb9 commit d708eddCopy full SHA for d708edd
.github/workflows/container_images.yml
@@ -119,6 +119,8 @@ jobs:
119
path: ${{ env.TOOLCHAIN_TAR_DIR }}/${{ matrix.variance.toolchain_artifact }}-${{ matrix.platform.arch }}.tar
120
if-no-files-found: error
121
retention-days: 1
122
+ - name: Remove local tarball
123
+ run: rm -f "$TOOLCHAIN_TAR_DIR/${{ matrix.variance.toolchain_artifact }}-${{ matrix.platform.arch }}.tar"
124
- name: Clean up caches
125
if: always()
126
run: |
0 commit comments