Skip to content

Commit

Permalink
fix jre paths
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jan 17, 2024
1 parent d205cd9 commit 0866c95
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 @@ -75,7 +75,7 @@ jobs:
curl "${{ env.JRE_WIN_URL }}" -o ${{ env.JRE_WIN_NAME }} -L
unzip ${{ env.JRE_WIN_NAME }}
ls -l
cp -r ${{ env.JRE_WIN_DIR }}/* ../jre/jre64-win/jre/
cp -r ${{ env.JRE_WIN_DIR }}/* ../jre/jre64-win/
rm -rf ${{ env.JRE_WIN_DIR }}
- name: Download and prepare Tomcat Linux
run: |
Expand Down

0 comments on commit 0866c95

Please sign in to comment.