Skip to content

Commit a77f465

Browse files
committed
yay
1 parent 942df5a commit a77f465

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ jobs:
8585
cd pylon-core
8686
git fetch origin $(echo "$CORECOMMIT")
8787
git checkout $(echo "$CORECOMMIT")
88-
./gradlew shadowJar
89-
cp pylon-core/build/libs/pylon-core-SNAPSHOT.jar ..
88+
./gradlew publishToMavenLocal
89+
cp pylon-core/build/libs/core-SNAPSHOT.jar ..
9090
cd ..
9191
rm -rf pylon-core
9292
9393
- name: Build with Gradle Wrapper
94-
run: ./gradlew shadowJar -Pversion=${{ inputs.version || github.run_number }} -Pcore-jar-path=pylon-core-SNAPSHOT.jar
94+
run: ./gradlew shadowJar -Pversion=${{ inputs.version || github.run_number }} -Pcore-jar-path=core-SNAPSHOT.jar
9595

9696
- name: Upload the artifact
9797
uses: actions/upload-artifact@v4.6.0

0 commit comments

Comments
 (0)