Try to fix choco pack tools path error
This commit is contained in:
parent
6a1b3e26bc
commit
d5ba398880
1 changed files with 7 additions and 3 deletions
|
|
@ -10,7 +10,6 @@ build:
|
||||||
- npm run release
|
- npm run release
|
||||||
- chmod +x ./app/make-nupkg.sh
|
- chmod +x ./app/make-nupkg.sh
|
||||||
- ./app/make-nupkg.sh
|
- ./app/make-nupkg.sh
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- release-builds/*.exe
|
- release-builds/*.exe
|
||||||
|
|
@ -18,6 +17,8 @@ build:
|
||||||
- release-builds/*.AppImage
|
- release-builds/*.AppImage
|
||||||
- release-builds/choco/openflexure-ev.nuspec
|
- release-builds/choco/openflexure-ev.nuspec
|
||||||
- release-builds/choco/tools/chocolateyInstall.ps1
|
- release-builds/choco/tools/chocolateyInstall.ps1
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
@ -26,7 +27,10 @@ deploy:
|
||||||
- build
|
- build
|
||||||
script:
|
script:
|
||||||
- ls -R ./release-builds/
|
- ls -R ./release-builds/
|
||||||
- choco pack --allow-unofficial --outputdirectory "./release-builds/choco" "./release-builds/choco/openflexure-ev.nuspec"
|
- cd ./release-builds/choco
|
||||||
|
- choco pack
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- release-builds/choco/*.nupkg
|
- release-builds/choco/*.nupkg
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue