Explorar o código

WiX 4.0.0-rc.1

Daniel Chalmers %!s(int64=2) %!d(string=hai) anos
pai
achega
e036aeb0aa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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