Skip to content

Commit 5a88f26

Browse files
committed
fix: workflow cleanup
1 parent a72c2ac commit 5a88f26

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
@@ -41,7 +41,7 @@ jobs:
4141
)
4242
echo "ftb-server-installer exists."
4343
- name: Clean up
44-
run: rm -f ftb-server-installer.exe
44+
run: del /F .\ftb-server-installer.exe
4545

4646
release:
4747
name: Release

0 commit comments

Comments
 (0)