Skip to content

Commit 1c3e7d0

Browse files
authored
rename incorrect file
1 parent d28c5a0 commit 1c3e7d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- name: Write Version to File
3333
run: |
3434
echo "$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" > version.txt
35-
echo "JAR_PATH=target/dl-modelrunner-$(cat version.txt).jar" >> $GITHUB_ENV
35+
echo "JAR_PATH=target/dl-modelrunner-pytorch-$(cat version.txt).jar" >> $GITHUB_ENV
3636
3737
- name: Run Specific Class (Unix)
3838
shell: bash
3939
run: |
40-
java -cp dl-modelrunner-pytorch-0.4.3-SNAPSHOT.jar io.bioimage.modelrunner.pytorch.PytorchInterface
40+
java -cp $JAR_PATH io.bioimage.modelrunner.pytorch.PytorchInterface

0 commit comments

Comments
 (0)