Commit a10417ae00
2022-11-25 20:35:39
1 parent
708a936Changed files (1)
.github
workflows
.github/workflows/ci.yaml
@@ -105,7 +105,7 @@ jobs:
- name: Switch to specific commit
if: ${{ github.event_name == 'workflow_dispatch' }}
run: |
- del -r ../ci
+ if (Test-Path ../ci) { del -r ../ci }
cp ci ../
git checkout ${{ inputs.commit }}
del -r ci