From 4da5c874f6194310ae90465a52633fd5116d8f8d Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sun, 17 Feb 2019 22:14:22 +0800 Subject: [PATCH] fix generating artifacts --- azure-pipelines.yml | 4 ++-- zip.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 60934207..c49ff9ab 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 diff --git a/zip.txt b/zip.txt index a1fe4d15..0a1234e0 100644 --- a/zip.txt +++ b/zip.txt @@ -8,7 +8,6 @@ resources/views/ routes/ vendor/ .env.example -.htaccess artisan index.php LICENSE