Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstengaard committed Sep 28, 2022
1 parent 9275ffc commit b9705a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
Remove-Item -Path *.pdb
$exeFileName=((Get-ChildItem -Filter 'Hst.Imager.ConsoleApp*') | Select -First 1).Name
Rename-Item -Path $exeFileName -NewName ($exeFileName -replace 'Hst.Imager.ConsoleApp', 'hst.imager')
Compress-Archive -Path *.* -DestinationPath $artifactName
Compress-Archive -Path ./* -DestinationPath $artifactName
$artifactPath=((Get-ChildItem -Filter $artifactName) | Select -First 1).FullName
"::set-output name=artifact_name::$artifactName"
"::set-output name=artifact_path::$artifactPath"
Expand Down

0 comments on commit b9705a2

Please sign in to comment.