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:
- script: yarn
displayName: Install dependencies
- script: yarn release blessing-skin-server.zip
- script: yarn release dist/blessing-skin-server.zip
displayName: Generate package
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'Package file'
targetPath: 'blessing-skin-server.zip'
targetPath: dist

View File

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