1
0
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:
Dan Balasescu
2024-11-11 12:48:39 +09:00
Unverified
parent 2767054286
commit a3b8c4d127
+1 -1
View File
@@ -251,4 +251,4 @@ jobs:
steps:
- name: Cleanup
run: |
rm -rf "${{ needs.directory.outputs.GENERATOR_DIR }}"
rm -rf "${{ env.GENERATOR_DIR }}"