Skip to content

Commit

Permalink
Update petstoreapp_ci_cd_to_appservice.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl authored Oct 18, 2024
1 parent af2ae91 commit b9242cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/petstoreapp_ci_cd_to_appservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run Maven build
run: mvn -f petstore/petstoreapp/pom.xml --batch-mode --update-snapshots verify
- name: Upload Maven build artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: artifact
path: petstore/petstoreapp/target/petstoreapp-0.0.1-SNAPSHOT.jar
Expand Down

0 comments on commit b9242cd

Please sign in to comment.