Skip to content

Commit

Permalink
remove zip archive from release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximik committed Nov 20, 2024
1 parent 08f0d20 commit fc5c925
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
cp target/${{ matrix.target }}/release/spaced spaces-${{ env.TAG }}-${{ env.OS }}-${{ env.ARCH }}/spaced
cp target/${{ matrix.target }}/release/space-cli spaces-${{ env.TAG }}-${{ env.OS }}-${{ env.ARCH }}/space-cli
tar -czf spaces-${{ env.TAG }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz spaces-${{ env.TAG }}-${{ env.OS }}-${{ env.ARCH }}
zip -r spaces-${{ env.TAG }}-${{ env.OS }}-${{ env.ARCH }}.zip spaces-${{ env.TAG }}-${{ env.OS }}-${{ env.ARCH }}
- name: Create GitHub Release
id: create_release
Expand All @@ -71,7 +70,6 @@ jobs:
prerelease: false
files: |
spaces-${{ env.TAG }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz
spaces-${{ env.TAG }}-${{ env.OS }}-${{ env.ARCH }}.zip
make_latest: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fc5c925

Please sign in to comment.