Skip to content

Commit 869c819

Browse files
authored
Update main.yml
fix: engine-${{github.ref_name}}
1 parent 9430621 commit 869c819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
cat engine.jpar
6565
echo LOG4J
6666
cat log4j2-debug.xml
67-
java -Dlog4j.configurationFile=./log4j2-debug.xml -jar engine-1.0.0-SNAPSHOT.jar -engine engine.jpar -endpoint endpoint.jpar > log.txt &
67+
java -Dlog4j.configurationFile=./log4j2-debug.xml -jar engine-${{github.ref_name}}.jar -engine engine.jpar -endpoint endpoint.jpar > log.txt &
6868
shell: bash
6969
- name: wait for SEPA engine
7070
uses: nev7n/wait_for_response@v1

0 commit comments

Comments
 (0)