Skip to content

Commit 57cfe3f

Browse files
committed
typo
1 parent 3d972d5 commit 57cfe3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
rm -rf pylon-core
9090
9191
- name: Build with Gradle Wrapper
92-
run: ./gradlew shadowJar -Pversion=${{ inputs.version || github.run_number }} -P-core-jar-path=pylon-core-SNAPSHOT.jar
92+
run: ./gradlew shadowJar -Pversion=${{ inputs.version || github.run_number }} -Pcore-jar-path=pylon-core-SNAPSHOT.jar
9393

9494
- name: Upload the artifact
9595
uses: actions/upload-artifact@v4.6.0

0 commit comments

Comments
 (0)