Update build.yml and release.yml
This commit is contained in:
parent
f1ff556c86
commit
1e016438ff
|
@ -133,7 +133,7 @@ jobs:
|
||||||
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-arm64')
|
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-arm64')
|
||||||
with:
|
with:
|
||||||
name: freetube_${{ steps.versionNumber.outputs.result }}_arm64.rpm
|
name: freetube_${{ steps.versionNumber.outputs.result }}_arm64.rpm
|
||||||
path: build/freetube-${{ steps.versionNumber.outputs.result }}.arm64.rpm
|
path: build/freetube-${{ steps.versionNumber.outputs.result }}.aarch64.rpm
|
||||||
|
|
||||||
- name: Upload Alpine .apk x64 Artifact
|
- name: Upload Alpine .apk x64 Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
|
@ -126,7 +126,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
upload_url: https://uploads.github.com/repos/FreeTubeApp/FreeTube/releases/${{ secrets.UPLOAD_ID }}/assets{?name,label}
|
upload_url: https://uploads.github.com/repos/FreeTubeApp/FreeTube/releases/${{ secrets.UPLOAD_ID }}/assets{?name,label}
|
||||||
asset_name: freetube_${{ env.PACKAGE_VERSION }}_arm64.rpm
|
asset_name: freetube_${{ env.PACKAGE_VERSION }}_arm64.rpm
|
||||||
asset_path: build/freetube-${{ env.PACKAGE_VERSION }}.arm64.rpm
|
asset_path: build/freetube-${{ env.PACKAGE_VERSION }}.aarch64.rpm
|
||||||
asset_content_type: application/x-rpm
|
asset_content_type: application/x-rpm
|
||||||
|
|
||||||
- name: Upload Windows .exe Release
|
- name: Upload Windows .exe Release
|
||||||
|
|
Loading…
Reference in New Issue