Skip to content

Commit 04c2ca0

Browse files
committed
7z1
1 parent 43b9c54 commit 04c2ca0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ jobs:
1414
myrelease:
1515
runs-on: windows-latest
1616
steps:
17+
- name: 7zip
18+
run: 7z
1719
- uses: actions/checkout@v3
1820
with:
1921
fetch-depth: 0
2022
- run: git fetch --force --tags
2123
- name: tidy
2224
run: go mod tidy -v
2325
- name: build
24-
run: go build -v
26+
run: go build -v -x
2527
- name: release
2628
uses: softprops/action-gh-release@v1
2729
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)