Skip to content

Commit 93facc8

Browse files
committed
Fix nesDS folder not deleting
1 parent 1f19546 commit 93facc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
7z x nesDS.7z nesDS/nesDS.nds
112112
mv nesDS/nesDS.nds nesDS.nds
113113
rm nesDS.7z
114-
rm nesDS
114+
rm -rf nesDS
115115
curl -LO https://github.com/FluBBaOfWard/S8DS/releases/latest/download/S8DS.zip
116116
7z x S8DS.zip S8DS.nds
117117
rm S8DS.zip

0 commit comments

Comments
 (0)