Skip to content

Commit

Permalink
Fixed regression when extracting CI pipeline scripts. (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoFtZ authored Jan 27, 2022
1 parent 6d5048d commit d814030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Scripts/UpdateSampleReferences.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Param (
[Parameter(Mandatory=$True, HelpMessage="The ILGPU package version")]
[string]$version,

[Parameter(Mandatory=$True, HelpMessage="The ILGPU package suffix")]
[Parameter(HelpMessage="The ILGPU package suffix")]
[string]$suffix
)

Expand Down

0 comments on commit d814030

Please sign in to comment.