Skip to content

Commit

Permalink
zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
xxf098 committed Nov 26, 2022
1 parent 4a5a5aa commit cf05d75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
go mod tidy
make flow
chmod +x ./cmd/flow
zip -d flow-linux-amd64.zip ./cmd/flow
zip flow-linux-amd64.zip ./cmd/flow
unzip -l flow-linux-amd64.zip
- name: Upload Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit cf05d75

Please sign in to comment.