Skip to content

Commit

Permalink
Update build.yaml (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMBourgeois authored May 2, 2024
1 parent 7cebfe0 commit 3654aad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
- name: Set current version
run: mvn -B versions:set -DnewVersion=${{ github.ref_name }} -DprocessAllModules -DgenerateBackupPoms=false
- name: Build with Maven
run: mvn package -DskipTests
- name: Upload build artifact
run: mvn package -Dchangelist=-SNAPSHOT --no-transfer-progress
- name: Upload API war
uses: actions/upload-artifact@v4
with:
name: build-artifact
path: target/
name: app-war
path: target/*.war

docker:
runs-on: ubuntu-latest
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Download build artifact
uses: actions/download-artifact@v4
with:
name: build-artifact
name: app-war
path: target/
- name: Docker meta
id: docker_meta
Expand Down

0 comments on commit 3654aad

Please sign in to comment.