Add .tar.gz webapp to build
This commit is contained in:
parent
5d1f9a38e8
commit
271d2a9c42
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ build:
|
|||
script:
|
||||
- npm install
|
||||
- npm run release
|
||||
- tar -czvf "./release-builds/openflexure-ev-web.tar.gz" -C "./dist" .
|
||||
- chmod +x ./app/make-nupkg.sh
|
||||
- ./app/make-nupkg.sh
|
||||
artifacts:
|
||||
|
|
@ -22,6 +23,7 @@ build:
|
|||
- release-builds/*.exe
|
||||
- release-builds/*.deb
|
||||
- release-builds/*.AppImage
|
||||
- release-builds/*.tar.gz
|
||||
- release-builds/choco/openflexure-ev.nuspec
|
||||
- release-builds/choco/tools/chocolateyInstall.ps1
|
||||
only:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue