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 8a1d808 commit 8f3604c
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 @@ -50,7 +50,7 @@ jobs:
- name: Build with Maven
run: mvn -B package --file TourGuide/pom.xml
- name: Move Artifacts
run: mkdir staging && cp target/*.jar staging
run: mkdir staging && cp TourGuide/target/*.jar staging
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8f3604c

Please sign in to comment.