Skip to content

Commit 220344a

Browse files
committed
fix: remove release uploader
1 parent 3ed6ee4 commit 220344a

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/build-binaries.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -107,25 +107,3 @@ jobs:
107107
with:
108108
name: llumen-${{ matrix.target }}
109109
path: artifacts/${{ matrix.target }}.zip
110-
111-
- name: Upload Release Asset (Linux)
112-
if: matrix.platform == 'linux'
113-
uses: actions/upload-release-asset@v1
114-
env:
115-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
116-
with:
117-
upload_url: ${{ github.event.release.upload_url }}
118-
asset_path: ./artifacts/${{ matrix.target }}.tar.gz
119-
asset_name: llumen-${{ matrix.target }}.tar.gz
120-
asset_content_type: application/gzip
121-
122-
- name: Upload Release Asset (Windows)
123-
if: matrix.platform == 'windows'
124-
uses: actions/upload-release-asset@v1
125-
env:
126-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127-
with:
128-
upload_url: ${{ github.event.release.upload_url }}
129-
asset_path: ./artifacts/${{ matrix.target }}.zip
130-
asset_name: llumen-${{ matrix.target }}.zip
131-
asset_content_type: application/zip

0 commit comments

Comments
 (0)