Skip to content

Commit e8b76d4

Browse files
committed
fix: remove redundant arguments in Windows platform configuration
1 parent 2e8b014 commit e8b76d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
matrix:
4848
include:
4949
- platform: "windows-latest"
50-
args: "-- --debug"
50+
args: "--debug"
5151
os-name: "windows"
5252
- platform: "ubuntu-22.04"
5353
args: ""

0 commit comments

Comments
 (0)