Skip to content

Commit 70e468b

Browse files
authored
Updated ant command
1 parent 2b9f189 commit 70e468b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/onTagCreateRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040

4141
- name: Build jar using Ant
42-
run: ant -Dversion.num=${{ env.releaseLabel }} clean jar
42+
run: ant -f ant/build.xml -Dversion.num=${{ env.releaseLabel }} clean jar
4343

4444

4545
### Assemble release directory

0 commit comments

Comments
 (0)