| author | |
| committer | |
| log | c59d60893b9485e26888b87fa10276fb1e5bdf0e |
| tree | f326e292f63acfa5747a4a9b34ad36a5fb5f7784 |
| parent | e096f972d08fa32a7f269b7326c05b7eaf065b23 |
1 files changed, 1 insertions(+), 1 deletions(-)
.github/workflows/ci.yaml+1-1| ... | @@ -105,7 +105,7 @@ jobs: | ... | @@ -105,7 +105,7 @@ jobs: |
| 105 | - name: Switch to specific commit | 105 | - name: Switch to specific commit |
| 106 | if: ${{ github.event_name == 'workflow_dispatch' }} | 106 | if: ${{ github.event_name == 'workflow_dispatch' }} |
| 107 | run: | | 107 | run: | |
| 108 | del -r ../ci | 108 | if (Test-Path ../ci) { del -r ../ci } |
| 109 | cp ci ../ | 109 | cp ci ../ |
| 110 | git checkout ${{ inputs.commit }} | 110 | git checkout ${{ inputs.commit }} |
| 111 | del -r ci | 111 | del -r ci |