1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 01:23:44 +08:00

Fix wrong cleaned up directory

This commit is contained in:
Dan Balasescu 2024-11-11 12:48:39 +09:00
parent 2767054286
commit a3b8c4d127
No known key found for this signature in database

View File

@ -251,4 +251,4 @@ jobs:
steps:
- name: Cleanup
run: |
rm -rf "${{ needs.directory.outputs.GENERATOR_DIR }}"
rm -rf "${{ env.GENERATOR_DIR }}"