Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
howmp authored Oct 10, 2024
1 parent 9374344 commit e75c298
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
go-version: '1.20'

- name: Build
run: sh build.sh

- name: Zip Folder
run: zip -r grs.zip dist/*

run: |
go install github.com/go-bindata/go-bindata/...@latest
./build.sh
zip -r grs.zip dist/*
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit e75c298

Please sign in to comment.