mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 20:32:45 -04:00
Add correct dist folder to build artefacts
This commit is contained in:
parent
1ee509495c
commit
a6ebf10cf8
17
.github/workflows/build-electron.yml
vendored
17
.github/workflows/build-electron.yml
vendored
@ -89,9 +89,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: kiwix-js-electron_linux
|
name: kiwix-js-electron_linux
|
||||||
path: |
|
path: |
|
||||||
*.AppImage
|
dist/bld/electron/*.AppImage
|
||||||
*.deb
|
dist/bld/electron/*.deb
|
||||||
*.rpm
|
dist/bld/electron/*.rpm
|
||||||
|
|
||||||
Release_Windows:
|
Release_Windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
@ -167,9 +167,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: kiwix-js-electron_windows
|
name: kiwix-js-electron_windows
|
||||||
path: |
|
path: |
|
||||||
*.exe
|
dist/bld/electron/*.exe
|
||||||
*.appx
|
dist/bld/electron/*.appx
|
||||||
*.zip
|
dist/bld/electron/*.zip
|
||||||
|
|
||||||
Release_NWJS:
|
Release_NWJS:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
@ -225,6 +225,5 @@ jobs:
|
|||||||
if: github.event.inputs.target == 'artefacts'
|
if: github.event.inputs.target == 'artefacts'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: kiwix-js-nwjs
|
name: kiwix-js-nwjs_windows
|
||||||
path: |
|
path: dist/bld/nwjs/*.zip
|
||||||
*.zip
|
|
Loading…
x
Reference in New Issue
Block a user