mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
fix spelling of target folder
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9474833c98
commit
c7fb1e4c9f
|
@ -72,7 +72,7 @@ jobs:
|
||||||
- task: CopyFiles@2
|
- task: CopyFiles@2
|
||||||
inputs:
|
inputs:
|
||||||
sourceFolder: $(Build.ArtifactStagingDirectory)
|
sourceFolder: $(Build.ArtifactStagingDirectory)
|
||||||
targetFilder: tmp
|
targetFolder: tmp
|
||||||
# TBD: build NuGet package
|
# TBD: build NuGet package
|
||||||
# TBD: this script should build a specific pre-specified tag
|
# TBD: this script should build a specific pre-specified tag
|
||||||
- task: GitHubRelease@0
|
- task: GitHubRelease@0
|
||||||
|
|
Loading…
Reference in a new issue