Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
fix: engine-${{github.ref_name}}
  • Loading branch information
lroffia authored Jun 14, 2024
1 parent 9430621 commit 869c819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
cat engine.jpar
echo LOG4J
cat log4j2-debug.xml
java -Dlog4j.configurationFile=./log4j2-debug.xml -jar engine-1.0.0-SNAPSHOT.jar -engine engine.jpar -endpoint endpoint.jpar > log.txt &
java -Dlog4j.configurationFile=./log4j2-debug.xml -jar engine-${{github.ref_name}}.jar -engine engine.jpar -endpoint endpoint.jpar > log.txt &
shell: bash
- name: wait for SEPA engine
uses: nev7n/wait_for_response@v1
Expand Down

0 comments on commit 869c819

Please sign in to comment.