Skip to content

Commit

Permalink
remove zip binaries step
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-z committed Jun 5, 2024
1 parent cf4f59a commit 0b65ce7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ jobs:
run: |
sudo apt-get install -y gcc-aarch64-linux-gnu
make build-all-binaries
tar -czvf build/iris-linux-amd64-${ GITHUB_REF_NAME }.tar.gz build/iris-linux-amd64
tar -czvf build/iris-linux-arm64-${ GITHUB_REF_NAME }.tar.gz build/iris-linux-arm64
- name: Publish Release
uses: softprops/action-gh-release@v2
with:
body_path: RELEASE.md
files: |
build/iris-linux-amd64-${ GITHUB_REF_NAME }.tar.gz
build/iris-linux-arm64-${ GITHUB_REF_NAME }.tar.gz
build/iris-linux-amd64
build/iris-linux-arm64

0 comments on commit 0b65ce7

Please sign in to comment.