fix generating artifacts

This commit is contained in:
Pig Fang 2019-02-17 22:14:22 +08:00
parent ec5744b968
commit 4da5c874f6
2 changed files with 2 additions and 3 deletions

View File

@ -76,9 +76,9 @@ jobs:
steps: steps:
- script: yarn - script: yarn
displayName: Install dependencies displayName: Install dependencies
- script: yarn release blessing-skin-server.zip - script: yarn release dist/blessing-skin-server.zip
displayName: Generate package displayName: Generate package
- task: PublishPipelineArtifact@0 - task: PublishPipelineArtifact@0
inputs: inputs:
artifactName: 'Package file' artifactName: 'Package file'
targetPath: 'blessing-skin-server.zip' targetPath: dist

View File

@ -8,7 +8,6 @@ resources/views/
routes/ routes/
vendor/ vendor/
.env.example .env.example
.htaccess
artisan artisan
index.php index.php
LICENSE LICENSE