Skip to content

Commit

Permalink
Fixing github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant committed Jul 17, 2024
1 parent ce4f685 commit e6c31d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: ${{ inputs.version != '' }}
run: ant -Dversion=${{ inputs.version }} jar
- name: Build latest
if: ${{ inputs.version != '' }}
if: ${{ inputs.version == '' }}
run: ant jar
- name: Artifacts
if: ${{ inputs.version != '' }}
Expand Down

0 comments on commit e6c31d7

Please sign in to comment.