Skip to content

Commit

Permalink
restore missing win jire dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jan 17, 2024
1 parent 0866c95 commit 454419b
Show file tree
Hide file tree
Showing 2 changed files 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/
cp -r ${{ env.JRE_WIN_DIR }}/* ../jre/jre64-win/jre/
rm -rf ${{ env.JRE_WIN_DIR }}
- name: Download and prepare Tomcat Linux
run: |
Expand Down
Empty file added jre/jre64-win/jre/.save
Empty file.

0 comments on commit 454419b

Please sign in to comment.