Skip to content

Commit 33e0b7a

Browse files
committed
fix: remove debug arguments for Windows platform in publish workflow
1 parent 2eabb6b commit 33e0b7a

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: ""
5151
os-name: "windows"
5252
- platform: "ubuntu-22.04"
5353
args: ""

0 commit comments

Comments
 (0)