Skip to content

Commit

Permalink
include inputs.release_version in zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
doebrowsk authored Oct 29, 2024
1 parent 2575e63 commit 8798ed6
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 8798ed6

Please sign in to comment.