Skip to content

Commit 8483552

Browse files
authored
Update go.yml
1 parent 140fb72 commit 8483552

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ jobs:
1717
- name: Build
1818
run: sh build.sh
1919

20+
- name: Zip Folder
21+
run: zip -r ${{ github.event.repository.name }}.zip dist/*
22+
2023
- name: Release
2124
uses: softprops/action-gh-release@v1
2225
if: startsWith(github.ref, 'refs/tags/')
2326
with:
24-
files: dist/*
27+
files: dist/*.zip

0 commit comments

Comments
 (0)