We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b9f01 commit c9ad716Copy full SHA for c9ad716
.github/workflows/build.yml
@@ -434,8 +434,8 @@ jobs:
434
if: runner.os == 'Windows' && matrix.config.working-directory
435
shell: cmd
436
run: |
437
- rmdir /s /q "${{ matrix.config.working-directory }}"
438
- 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 }}"
439
440
merge-channel-files:
441
needs:
0 commit comments