Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Aug 13, 2024
1 parent b25e1ba commit 4ede858
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
pwd
cd lucee/tomcat9/
rm -rf tomcat
cd ~
pwd
ls -l
mv src-tomcat/linux lucee/tomcat9/tomcat
cp -ar lucee/tomcat9/tomcat-lucee-conf/* lucee/tomcat9/tomcat
- name: Build Lucee Installer - Linux x64
Expand All @@ -84,7 +86,9 @@ jobs:
run: |
cd lucee/tomcat9/
rm -rfv tomcat
cd ~
pwd
ls -l
mv src-tomcat/windows lucee/tomcat9/tomcat
cp -ar lucee/tomcat9/tomcat-lucee-conf/* lucee/tomcat9/tomcat
- name: Build Lucee Installer - Windows x64
Expand Down

0 comments on commit 4ede858

Please sign in to comment.