From fc6472862db0a46e011e71859680289b7f1c2ac6 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Fri, 6 Jan 2023 14:50:36 +0100 Subject: [PATCH] IDK --- .github/workflows/cura-installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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