Update build.yml
This commit is contained in:
parent
c5ebb39c54
commit
f38d427033
|
@ -68,8 +68,8 @@ jobs:
|
||||||
apt install -y build-essential
|
apt install -y build-essential
|
||||||
apt install -y libopenjp2-7
|
apt install -y libopenjp2-7
|
||||||
node --version
|
node --version
|
||||||
mkdir build
|
mkdir /github/workplace/build
|
||||||
cp -r _icons/.icon-set/ build/.icon-set/
|
cp -r _icons/.icon-set/ /github/workplace/build/.icon-set/
|
||||||
npm install
|
npm install
|
||||||
npm run lint
|
npm run lint
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
|
@ -77,8 +77,8 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'ubuntu-latest')
|
if: startsWith(matrix.os, 'ubuntu-latest')
|
||||||
with:
|
with:
|
||||||
name: freetube-vue_0.8.0_arm64.deb
|
name: FreeTube-Vue-0.8.0-arm64.AppImage
|
||||||
path: build/freetube-vue_0.8.0_arm64.deb
|
path: build/FreeTube-Vue-0.8.0-arm64.AppImage
|
||||||
- name: Upload Windows .exe Artifact
|
- name: Upload Windows .exe Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'windows')
|
if: startsWith(matrix.os, 'windows')
|
||||||
|
|
Loading…
Reference in New Issue