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