Skip to content

Commit

Permalink
(Workflow) Ongoing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohn committed Mar 19, 2024
1 parent 21f5033 commit f725e1c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ 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" \
-o installer.exe
base_url="https://store-archive.codesys.com/ftp_download/3S/Installer/000127"
version="${{ inputs.installer-version }}"
curl "${base_url}/${version}/CODESYS%20Installer%20${version}.exe" -o installer.exe
- name: Install CODESYS installer
shell: pwsh
Expand Down

0 comments on commit f725e1c

Please sign in to comment.