Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GarlandNic authored Mar 5, 2024
1 parent 564ef45 commit 8a1d808
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,12 @@ jobs:
run: mvn -B test --file TourGuide/pom.xml
- name: Build with Maven
run: mvn -B package --file TourGuide/pom.xml
- name: Move Artifacts
run: mkdir staging && cp target/*.jar staging
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: Package
path: staging


0 comments on commit 8a1d808

Please sign in to comment.