Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl authored Dec 7, 2023
1 parent 02ed9c7 commit a32ef80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: mvn -B package --file pom.xml -DskipTests
- name: Maven Test
run: mvn test
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
with:
name: maestro.jar
path: orchestration/coe/target/coe-*-SNAPSHOT-jar-with-dependencies.jar
Expand Down

0 comments on commit a32ef80

Please sign in to comment.