Skip to content

Commit

Permalink
Update tomcat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s50600822 authored Sep 5, 2024
1 parent e53ece5 commit 9d296e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tomcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Download Apache Tomcat 9.0.90
run: |
curl -o tomcat.zip https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-windows-x64.zip
curl -o tomcat.zip https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.93/bin/apache-tomcat-9.0.93.zip
Expand-Archive -Path tomcat.zip -DestinationPath tomcat
- name: Start Tomcat
Expand Down

0 comments on commit 9d296e6

Please sign in to comment.