Skip to content

Fixed issue 12 by telling the runner to run using bash shell #18

Merged
merged 1 commit into from
Feb 4, 2026
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/buildOnRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
- run: mvn clean package

- name: Set versioned JAR name
shell: bash
run: echo "JAR_NAME=APPLICATION-${GITHUB_REF#refs/tags/}.jar" >> $GITHUB_ENV

- name: Rename JAR
shell: bash
run: mv target/*.jar $JAR_NAME

- uses: softprops/action-gh-release@v1
Expand Down