Skip to content

Commit

Permalink
fix: Only build the jvm target for styx-common
Browse files Browse the repository at this point in the history
  • Loading branch information
Vodes committed Feb 9, 2024
1 parent 2553643 commit a1632f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
JAVA_HOME: ${{ steps.setup-java.outputs.path }}
run: |
chmod u+x ./gradlew
./gradlew publishToMavenLocal
./gradlew publishJvmPublicationToMavenLocal
- name: "Checkout"
uses: actions/checkout@v4
- name: "Build RPM & DEB"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Build-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: "Build Styx-Common"
env:
JAVA_HOME: ${{ steps.setup-java.outputs.path }}
run: "./gradlew.bat publishToMavenLocal"
run: "./gradlew.bat publishJvmPublicationToMavenLocal"
- name: "Checkout"
uses: actions/checkout@v4
- name: "Build Msi"
Expand Down

0 comments on commit a1632f3

Please sign in to comment.