From faf39c2507eb20813f892040c742fcd8ef458a9c Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 22 Nov 2022 15:01:47 +0100 Subject: [PATCH] fix wrong name --- .github/workflows/win-exe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 3fdea0c43..055d5d194 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -197,7 +197,7 @@ jobs: build-exe: name: Build .exe installer runs-on: windows-latest - needs: [version, build-msi] + needs: [get-version, build-msi] steps: - uses: actions/checkout@v3 - name: Download .msi