mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
change zip command
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
de9f215d12
commit
c271a42a2e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ stages:
|
|||
./ml_example
|
||||
cd ..
|
||||
- template: generate-doc.yml
|
||||
- script: zip -r html.zip doc/api/.
|
||||
- script: zip -r api.zip doc/api
|
||||
- script: cp html.zip $(Build.ArtifactStagingDirectory)/.
|
||||
- task: PublishPipelineArtifact@0
|
||||
inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue