Skip to content

Commit b9fa376

Browse files
clean up all artifacts
1 parent 43b12be commit b9fa376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ jobs:
459459

460460
# This step is needed because the self hosted runner does not delete files automatically
461461
- name: Clean up artifacts
462-
run: rm -rf ${{ env.ARTIFACT_PATH }}
462+
run: rm -rf ${{ env.BUILD_ARTIFACTS_PATH }}
463463

464464
merge-channel-files:
465465
needs:

0 commit comments

Comments
 (0)