diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f33546..5229dcd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -211,7 +211,7 @@ jobs: uses: Minionguyjpro/Inno-Setup-Action@v1.2.7 with: path: windows/windows_setup.iss - options: /O+ /DFLADDER_VERSION="${{ needs.fetch-info.outputs.version_name }}" + options: /O+ /DFLADDER_VERSION=${{ needs.fetch-info.outputs.version_name }} - name: Archive Windows portable artifact uses: actions/upload-artifact@v4.0.0