diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index 223cfdac08..05cce3b3b6 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -82,7 +82,7 @@ jobs: - name: blerk if: ${{ runner.os == 'Windows' }} - run: echo ${{ github.event.inputs.msi_installer }} + run: echo "${{ github.event.inputs.msi_installer }}" - name: Setup Python and pip uses: actions/setup-python@v4