Skip to content

Commit

Permalink
Install statik before build in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
xuqingfeng committed Dec 15, 2023
1 parent 79d300e commit 0af8413
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/2-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: go get .
- name: Run test
run: make test
- name: Install github.com/rakyll/statik
run: go install github.com/rakyll/statik@latest
- name: Build binary
run: make build-all
- name: Release
Expand Down

0 comments on commit 0af8413

Please sign in to comment.