Skip to content

Commit

Permalink
Merge pull request #106 from Keyfactor/ab#67222-3.0-doctool
Browse files Browse the repository at this point in the history
include inputs.release_version in zip name
  • Loading branch information
doebrowsk authored Oct 29, 2024
2 parents e398581 + 8798ed6 commit ce13b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
foreach ($platform in $platforms) {
$platform = $platform.Trim()
$sourcePath = "${{ github.workspace }}\${{ inputs.release_dir }}\$platform\"
$zipPath = "$outputDir\${{ env.REPO_NAME }}_$platform.zip"
$zipPath = "$outputDir\${{ env.REPO_NAME }}_${{ inputs.release_version }}_$platform.zip"
Get-ChildItem -File -Path $sourcePath
Compress-Archive -Path $sourcePath -DestinationPath $zipPath -Force -Verbose
}
Expand Down

0 comments on commit ce13b1f

Please sign in to comment.