Update build.yml and release.yml

This commit is contained in:
Preston 2021-03-06 18:43:51 -05:00
parent f1ff556c86
commit 1e016438ff
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-arm64')
with:
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
uses: actions/upload-artifact@v2

View File

@ -126,7 +126,7 @@ jobs:
with:
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_path: build/freetube-${{ env.PACKAGE_VERSION }}.arm64.rpm
asset_path: build/freetube-${{ env.PACKAGE_VERSION }}.aarch64.rpm
asset_content_type: application/x-rpm
- name: Upload Windows .exe Release