Skip to content

Commit

Permalink
Use correct file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyiverson committed Dec 1, 2023
1 parent b43a3fe commit 656e6b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/build-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,5 @@ $suffix = if ($env:GITHUB_REF -match 'refs/tags/(.+)') { $Matches[1] } else { (G

echo Zip the artifact directories

ren ddi-lifecycle-all-outputs ddi-lifecycle-all-outputs-${suffix}
ren ddi-lifecycle ddi-lifecycle-${suffix}

7z a -tzip "ddi-lifecycle-all-outputs.zip" "ddi-lifecycle-all-outputs\*"
7z a -tzip "ddi-lifecycle.zip" "ddi-lifecycle\*"

0 comments on commit 656e6b9

Please sign in to comment.