Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed Dec 12, 2024
1 parent bc3ee11 commit a3569e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
- name: Set Version Number
run: echo "PROJECT_VERSION=${GITHUBN_REF_NAME:1}" >> $GITHUB_ENV
- name: Build with Maven
run: mvn -B package --file pom.xml -Dproject.version=$PROJECT_VERSION
run: mvn -B package --file pom.xml -Dproject.version=${PROJECT_VERSION}
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: app
path: |
target/billtracker-$PROJECT_VERSION.jar
target/billtracker-${PROJECT_VERSION}.jar
publish_maven:
if: github.event_name == 'release'
runs-on: ubuntu-latest
Expand Down

0 comments on commit a3569e2

Please sign in to comment.