Skip to content

Commit c9ad716

Browse files
adjust clean up
1 parent 64b9f01 commit c9ad716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ jobs:
434434
if: runner.os == 'Windows' && matrix.config.working-directory
435435
shell: cmd
436436
run: |
437-
rmdir /s /q "${{ matrix.config.working-directory }}"
438-
rmdir /s /q "C:\actions-runner\_work\arduino-ide\arduino-ide"
437+
rmdir /s /q "${{ matrix.config.working-directory }}\${{ env.BUILD_ARTIFACTS_PATH }}"
438+
rmdir /s /q "${{ matrix.config.working-directory }}\${{ env.STAGED_CHANNEL_FILES_PATH }}"
439439
440440
merge-channel-files:
441441
needs:

0 commit comments

Comments
 (0)