Skip to content

Commit

Permalink
Fix github action again.
Browse files Browse the repository at this point in the history
  • Loading branch information
andylassiter committed Dec 19, 2024
1 parent cd67b6e commit 2fc366f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-plugin-jar/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ runs:
- name: Set output
id: set-output
shell: bash
run: echo "jar-path=build/libs/*.jar" >> "GITHUB_ENV"
run: echo "jar-path=build/libs/*.jar" >> "$GITHUB_ENV"

0 comments on commit 2fc366f

Please sign in to comment.