This commit is contained in:
Jelle Spijker 2023-01-06 14:53:51 +01:00
parent fc6472862d
commit 1048b015b3

View file

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