From 4ba46ca3cc337cb8096781bde52dfce9df00f381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C5=A0pan=C4=9Bl?= Date: Fri, 15 Jul 2022 12:05:27 +0200 Subject: [PATCH] Fix file to deploy --- .github/workflows/deploy-jar.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy-jar.yml b/.github/workflows/deploy-jar.yml index 5255e80..2900471 100644 --- a/.github/workflows/deploy-jar.yml +++ b/.github/workflows/deploy-jar.yml @@ -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