File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments