We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d972d5 commit 57cfe3fCopy full SHA for 57cfe3f
1 file changed
.github/workflows/gradle.yml
@@ -89,7 +89,7 @@ jobs:
89
rm -rf pylon-core
90
91
- name: Build with Gradle Wrapper
92
- run: ./gradlew shadowJar -Pversion=${{ inputs.version || github.run_number }} -P-core-jar-path=pylon-core-SNAPSHOT.jar
+ run: ./gradlew shadowJar -Pversion=${{ inputs.version || github.run_number }} -Pcore-jar-path=pylon-core-SNAPSHOT.jar
93
94
- name: Upload the artifact
95
uses: actions/upload-artifact@v4.6.0
0 commit comments