mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 12:40:50 +08:00
Fix wrong cleaned up directory
This commit is contained in:
@@ -251,4 +251,4 @@ jobs:
|
||||
steps:
|
||||
- name: Cleanup
|
||||
run: |
|
||||
rm -rf "${{ needs.directory.outputs.GENERATOR_DIR }}"
|
||||
rm -rf "${{ env.GENERATOR_DIR }}"
|
||||
|
||||
Reference in New Issue
Block a user