This commit is contained in:
Jelle Spijker 2023-01-06 14:50:36 +01:00
parent 53a9f43e5c
commit fc6472862d

View file

@ -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