mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
change cp command
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ae93469e17
commit
75b92df1d0
|
@ -14,7 +14,7 @@ steps:
|
||||||
|
|
||||||
- script: python scripts/mk_unix_dist.py --dotnet-key=$(Agent.TempDirectory)/z3.snk
|
- script: python scripts/mk_unix_dist.py --dotnet-key=$(Agent.TempDirectory)/z3.snk
|
||||||
|
|
||||||
- script: cp dist/*.zip $(Build.ArtifactStagingDirectory)/*
|
- script: cp dist/*.zip $(Build.ArtifactStagingDirectory)/.
|
||||||
|
|
||||||
- task: GitHubRelease@0
|
- task: GitHubRelease@0
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in a new issue