Skip to content

Commit a0fbaa0

Browse files
committed
Do not use quotes
1 parent f506042 commit a0fbaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5134,7 +5134,7 @@ jobs:
51345134
-p:CERTIFICATE=${env:CERTIFICATE} `
51355135
-p:PASSPHRASE=${{ secrets.PASSPHRASE }} `
51365136
-p:BundleFlavor=online `
5137-
-p:BaseReleaseDownloadUrl=`"$BaseReleaseDownloadUrl`" `
5137+
-p:BaseReleaseDownloadUrl=$BaseReleaseDownloadUrl `
51385138
-p:Platforms="`"$($Platforms -Join ';')`"" `
51395139
-p:AndroidArchitectures="`"aarch64;armv7;i686;x86_64`"" `
51405140
-p:WindowsArchitectures="`"aarch64;i686;x86_64`"" `

0 commit comments

Comments
 (0)