Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
ci: fix ArchiveFiles location
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc committed May 27, 2019
1 parent 93760ec commit cd97799
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,11 @@ jobs:
steps:
- task: ArchiveFiles@2
inputs:
rootFolderOrFile: wrangler-js
includeRootFolder: false
archiveType: tar
tarCompression: gz
archiveFile: wrangler-js.tar.gz
verbose: true
- template: ci/azure-create-tarball.yml
parameters:
Expand Down

0 comments on commit cd97799

Please sign in to comment.