Skip to content

Commit

Permalink
upload zip
Browse files Browse the repository at this point in the history
  • Loading branch information
xxf098 committed Nov 26, 2022
1 parent 3c06666 commit 4a5a5aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:
run: |
go mod tidy
make flow
chmod +x ./cmd/flow
zip -d flow-linux-amd64.zip ./cmd/flow
- name: Upload Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: cmd/flow
files: flow-linux-amd64.zip
draft: true

0 comments on commit 4a5a5aa

Please sign in to comment.