Daniel Chalmers vor 2 Jahren
Ursprung
Commit
e036aeb0aa
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/workflows/deploy.yml

+ 1 - 1
.github/workflows/deploy.yml

@@ -18,7 +18,7 @@ jobs:
 
       - name: Create installer
         run: |
-          dotnet tool install --global wix --version 4.0.0-preview.1
+          dotnet tool install --global wix --version 4.0.0-rc.1
           wix build Product.wxs -o "publish/Install DesktopClock.msi"
 
       - name: Create GitHub release