@@ -249,39 +249,6 @@ jobs:
249249 asset_path : build/freetube-${{ steps.getPackageInfo.outputs.version }}.aarch64.rpm
250250 asset_content_type : application/x-rpm
251251
252- - name : Upload Alpine .apk x64 Release
253- uses : actions/upload-release-asset@v1
254- if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64')
255- env :
256- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
257- with :
258- upload_url : https://uploads.github.com/repos/FreeTubeApp/FreeTube/releases/${{ inputs.releaseId }}/assets{?name,label}
259- asset_name : freetube-${{ steps.getPackageInfo.outputs.version }}-alpine-amd64.apk
260- asset_path : build/freetube-${{ steps.getPackageInfo.outputs.version }}.apk
261- asset_content_type : application/octet-stream
262-
263- - name : Upload Alpine .apk ARMv7l Release
264- uses : actions/upload-release-asset@v1
265- if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-armv7l')
266- env :
267- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
268- with :
269- upload_url : https://uploads.github.com/repos/FreeTubeApp/FreeTube/releases/${{ inputs.releaseId }}/assets{?name,label}
270- asset_name : freetube-${{ steps.getPackageInfo.outputs.version }}-alpine-armv7l.apk
271- asset_path : build/freetube-${{ steps.getPackageInfo.outputs.version }}-armv7l.apk
272- asset_content_type : application/octet-stream
273-
274- - name : Upload Alpine .apk ARM64 Release
275- uses : actions/upload-release-asset@v1
276- if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-arm64')
277- env :
278- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
279- with :
280- upload_url : https://uploads.github.com/repos/FreeTubeApp/FreeTube/releases/${{ inputs.releaseId }}/assets{?name,label}
281- asset_name : freetube-${{ steps.getPackageInfo.outputs.version }}-alpine-arm64.apk
282- asset_path : build/freetube-${{ steps.getPackageInfo.outputs.version }}-arm64.apk
283- asset_content_type : application/octet-stream
284-
285252 - name : Upload Pacman .pacman x64 Release
286253 uses : actions/upload-release-asset@v1
287254 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64')
0 commit comments