diff --git a/action.yml b/action.yml index fc6b6d1..4dfa417 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,10 @@ runs: - name: Download installer shell: bash run: | - curl "https://store-archive.codesys.com/ftp_download/3S/Installer/000127/${{ inputs.installer-version }}/CODESYS%20Installer%20${{ inputs.installer-version }}.exe" \ + curl "https://store-archive.codesys.com/ftp_download/3S/Installer/000127/\ + ${{ inputs.installer-version }}\ + /CODESYS%20Installer%20\ + ${{ inputs.installer-version }}.exe" \ -o installer.exe - name: Install CODESYS installer