Skip to content

Commit

Permalink
adjust clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
davegarthsimpson committed Jul 2, 2024
1 parent 64b9f01 commit c9ad716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@ jobs:
if: runner.os == 'Windows' && matrix.config.working-directory
shell: cmd
run: |
rmdir /s /q "${{ matrix.config.working-directory }}"
rmdir /s /q "C:\actions-runner\_work\arduino-ide\arduino-ide"
rmdir /s /q "${{ matrix.config.working-directory }}\${{ env.BUILD_ARTIFACTS_PATH }}"
rmdir /s /q "${{ matrix.config.working-directory }}\${{ env.STAGED_CHANNEL_FILES_PATH }}"
merge-channel-files:
needs:
Expand Down

0 comments on commit c9ad716

Please sign in to comment.