chore: rm -x flag

pull/242/head
zijiren233 1 year ago
parent c89fb5c0fd
commit 6ea01a3da2

@ -66,7 +66,7 @@ jobs:
--enable-micro \
--skip-init-web \
--platforms="${{ matrix.target }}" \
--more-go-cmd-args='-a -v -x'
--more-go-cmd-args='-a -v'
- name: Get artifact name
id: get_artifact_name

@ -61,7 +61,7 @@ jobs:
--enable-micro \
--version=dev \
--platforms="${{ matrix.target }}" \
--more-go-cmd-args='-a -v -x'
--more-go-cmd-args='-a -v'
- name: Release
uses: softprops/action-gh-release@v2

Loading…
Cancel
Save