Skip to content

Commit

Permalink
trying to diagnose build error on gh
Browse files Browse the repository at this point in the history
  • Loading branch information
yanntm committed Jan 29, 2024
1 parent 65a7c9d commit 3d73bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Build with Maven
run: cd fr.lip6.move.gal.parent && mvn -e install && cd -
- name: copy update site to website
run: cp -r fr.lip6.move.gal.updatesite/target/repository/* website/
run: cp -r fr.lip6.move.gal.updatesite/target/repository/* website/ ; ls website/
- name: Copy scripts
run: cp ITS-commandline/fr.lip6.move.gal.itscl.product/target/products/*.zip website/
run: cp ITS-commandline/fr.lip6.move.gal.itscl.product/target/products/*.zip website/ ; ls website/
- name: delete unused platform specifics from dist
run: cd website ; zip -d fr.lip6.move.gal.itscl.product-linux.gtk.x86_64.zip '*its-*-win64' '*its-*-Darwin' ; zip -d fr.lip6.move.gal.itscl.product-macosx.cocoa.x86_64.zip '*its-*-win64' '*its-*-linux64' ; zip -d fr.lip6.move.gal.itscl.product-win32.win32.x86_64.zip '*its-*-linux64' '*its-*-Darwin' ; cd ..
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 3d73bfc

Please sign in to comment.