mirror of https://github.com/FreeTubeApp/FreeTube
Update build.yml
This commit is contained in:
parent
bcdcbaeaa2
commit
7e846adbfd
|
@ -38,7 +38,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: freetube-vue_0.8.0_amd64.AppImage
|
name: freetube-vue_0.8.0_amd64.AppImage
|
||||||
path: build/FreeTube-Vue-0.8.0.AppImage
|
path: build/FreeTube-Vue-0.8.0.AppImage
|
||||||
repo-token: ${{ secrets.GH_TOKEN }}
|
authentication: token ${{ secrets.GH_TOKEN }}
|
||||||
- name: Upload .rpm Artifact
|
- name: Upload .rpm Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
|
|
Loading…
Reference in New Issue