fix ci script;
This commit is contained in:
parent
97ea41a256
commit
4bd1af0bd9
|
@ -34,7 +34,7 @@ install:
|
|||
- npm install
|
||||
|
||||
before_deploy:
|
||||
- npm run dist-ci
|
||||
- npm run dist
|
||||
|
||||
- export APP_VERSION=$(node -pe "require('./package.json').version")
|
||||
- export APP_RELEASE_NAME="HappyPanda X Desktop v$APP_VERSION"
|
||||
|
|
Loading…
Reference in New Issue