Skip to content

Commit d29d2bf

Browse files
authored
Update go.yml
1 parent 8483552 commit d29d2bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
run: sh build.sh
1919

2020
- name: Zip Folder
21-
run: zip -r ${{ github.event.repository.name }}.zip dist/*
21+
run: zip -r iisproxy.zip dist/*
2222

2323
- name: Release
2424
uses: softprops/action-gh-release@v1
2525
if: startsWith(github.ref, 'refs/tags/')
2626
with:
27-
files: dist/*.zip
27+
files: iisproxy.zip

0 commit comments

Comments
 (0)