We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a41472 commit 2ef6a5bCopy full SHA for 2ef6a5b
.ci/test.yml
@@ -104,10 +104,10 @@ jobs:
104
$uri = if ($IsWindows) {
105
$ext = 'zip'
106
"https://github.com/PowerShell/DSC/releases/download/v$version/DSC-$version-x86_64-pc-windows-msvc.zip"
107
- } else if ($IsLinux) {
+ } elseif ($IsLinux) {
108
"https://github.com/PowerShell/DSC/releases/download/v$version/DSC-$version-x86_64-linux.tar.gz"
109
}
110
- else if ($IsMacOS) {
+ elseif ($IsMacOS) {
111
"https://github.com/PowerShell/DSC/releases/download/v$version/DSC-$version-aarch64-apple-darwin.tar.gz"
112
113
else {
0 commit comments