Skip to content

Commit

Permalink
Fix file to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSpanel committed Jul 15, 2022
1 parent 3ec6476 commit 4ba46ca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
run: |
git config --add github.actor OndrejSpanel
git config --add github.token ${{ secrets.GITHUB_TOKEN }}
sbt projsJS/fullOptJS
mkdir public
cp js/target/scala-2.13/formulafx-opt.js public/.
cp js/target/scala-2.13/index.html public/.
sbt projsJVM/assembly
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 4ba46ca

Please sign in to comment.