浏览代码

fix typo [ci skip]

Armin Schrenk 2 年之前
父节点
当前提交
5729e2885d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/win-exe.yml

+ 1 - 1
.github/workflows/win-exe.yml

@@ -112,7 +112,7 @@ jobs:
         run: |
           $patchScript = "appdir\Cryptomator\patchWebDAV.bat"
           try {
-            (Get-Content $patchScript ) -replace '::REPLACE ME', "SET LOOPBACK_ALIAS=`"${{ evn.LOOPBACK_ALIAS}}`"" | Set-Content $patchScript
+            (Get-Content $patchScript ) -replace '::REPLACE ME', "SET LOOPBACK_ALIAS=`"${{ env.LOOPBACK_ALIAS}}`"" | Set-Content $patchScript
           } catch {
             Write-Host "Failed to set LOOPBACK_ALIAS for patchWebDAV.bat"
             exit 1