mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 06:37:43 +08:00
Fix wrong cleaned up directory
This commit is contained in:
parent
2767054286
commit
a3b8c4d127
2
.github/workflows/_diffcalc_processor.yml
vendored
2
.github/workflows/_diffcalc_processor.yml
vendored
@ -251,4 +251,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
run: |
|
run: |
|
||||||
rm -rf "${{ needs.directory.outputs.GENERATOR_DIR }}"
|
rm -rf "${{ env.GENERATOR_DIR }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user