Remove uncompressed release binary
This commit removes the uncompressed binary from the release page. It was originally added to simplify Docker but it turns out that having to chmod the binary will double its size.
This commit is contained in:
10
.github/workflows/release.linux_static.yml
vendored
10
.github/workflows/release.linux_static.yml
vendored
@@ -49,16 +49,6 @@ jobs:
|
||||
cd dist
|
||||
tar -czvf litestream-${{ steps.release.outputs.tag_name }}-${{ env.GOOS }}-${{ env.GOARCH }}${{ env.GOARM }}-static.tar.gz litestream
|
||||
|
||||
- name: Upload release binary
|
||||
uses: actions/upload-release-asset@v1.0.2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
upload_url: ${{ steps.release.outputs.upload_url }}
|
||||
asset_path: ./dist/litestream
|
||||
asset_name: litestream-${{ steps.release.outputs.tag_name }}-${{ env.GOOS }}-${{ env.GOARCH }}${{ env.GOARM }}-static
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
- name: Upload release tarball
|
||||
uses: actions/upload-release-asset@v1.0.2
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user