Skip to content

Commit

Permalink
Merge pull request #19 from Team-40-IDATT2003/issue-12
Browse files Browse the repository at this point in the history
issue 12 should be fixed. Changed syntax for powershell, as runner did not have bash installed
  • Loading branch information
etsorens authored Feb 4, 2026
2 parents 89b5e91 + 31c0e69 commit 1204a9c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/buildOnRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ 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
run: mv target/*.jar $env:JAR_NAME

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

0 comments on commit 1204a9c

Please sign in to comment.