Skip to content

Commit

Permalink
fix: use correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Jul 21, 2023
1 parent 8b00526 commit e5b299a
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 @@ -37,7 +37,7 @@ jobs:
cd demo
mvn -B package --file pom.xml -DskipTests=true
sha256sum target/demo-0.0.1-SNAPSHOT.jar
ls demo/target/classes/io/github/jeremylong/spring/analyzer/demo/
ls target/classes/io/github/jeremylong/spring/analyzer/demo/
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit e5b299a

Please sign in to comment.