From 1048b015b396a869734d96b4e0aa8248e7460ac6 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Fri, 6 Jan 2023 14:53:51 +0100 Subject: [PATCH] IDK --- .github/workflows/cura-installer.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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