Skip to content

Commit

Permalink
Merge pull request #18 from Team-40-IDATT2003/issue-12
Browse files Browse the repository at this point in the history
Fixed issue 12 by telling the runner to run using bash shell
  • Loading branch information
etsorens authored Feb 4, 2026
2 parents afb9f79 + 7de77a2 commit 89b5e91
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 89b5e91

Please sign in to comment.