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 a644540 commit 257ef80Copy full SHA for 257ef80
.github/workflows/test_main.yml
@@ -30,6 +30,7 @@ jobs:
30
mvn clean install org.apache.maven.plugins:maven-shade-plugin:3.2.4:shade -Dshade.mainClass=io.bioimage.modelrunner.pytorch.PytorchInterface
31
32
- name: Write Version to File
33
+ shell: bash
34
run: |
35
echo "$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" > version.txt
36
echo "JAR_PATH=target/dl-modelrunner-$(cat version.txt).jar" >> $GITHUB_ENV
0 commit comments