Skip to content

Commit

Permalink
(Workflow) initial
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohn committed Mar 19, 2024
1 parent ec28629 commit 0fadd42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fadd42

Please sign in to comment.