Skip to content

Commit

Permalink
Add support for 4.2.3 and fix deliverable
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jung committed Jul 21, 2024
1 parent 94e9c74 commit f1e45c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'zulu'
- name: DITA-OT
run: |
curl --location --remote-name https://github.com/dita-ot/dita-ot/releases/download/4.1.2/dita-ot-4.1.2.zip
curl --location --remote-name https://github.com/dita-ot/dita-ot/releases/download/4.2.3/dita-ot-4.2.3.zip
unzip dita-ot-4.2.3
chmod +x dita-ot-4.2.3/bin/dita
chmod +x dita-ot-4.2.3/bin/ant
Expand Down

0 comments on commit f1e45c6

Please sign in to comment.