Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
howmp committed Jan 26, 2024
1 parent 140fb72 commit 8483552
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
- name: Build
run: sh build.sh

- name: Zip Folder
run: zip -r ${{ github.event.repository.name }}.zip dist/*

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

0 comments on commit 8483552

Please sign in to comment.