Skip to content

Commit

Permalink
Merge pull request #21 from Team-40-IDATT2003/issue-12
Browse files Browse the repository at this point in the history
Removed pwsh as shell specification
  • Loading branch information
etsorens authored Feb 4, 2026
2 parents bb7e837 + a599303 commit 5d2a741
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/buildOnRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ jobs:
- run: mvn clean package

- name: Set versioned JAR name
shell: pwsh
run: |
$tag = "${{ github.ref_name }}"
echo "JAR_NAME=APPLICATION-$tag.jar" >> $env:GITHUB_ENV
- name: Rename JAR
shell: pwsh
run: mv target/*.jar $env:JAR_NAME

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

0 comments on commit 5d2a741

Please sign in to comment.