Skip to content

Commit d56b918

Browse files
committed
add debug to gon
1 parent 3fa8a36 commit d56b918

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
@@ -273,7 +273,7 @@ jobs:
273273
EOF
274274
275275
- name: Sign and notarize binary
276-
run: gon "${{ env.GON_CONFIG_PATH }}"
276+
run: gon -log-level=debug -log-json "${{ env.GON_CONFIG_PATH }}"
277277

278278
- name: Upload artifact
279279
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)