Skip to content

Commit

Permalink
Adds find
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Jun 19, 2024
1 parent 3b6572b commit 0cfef04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mavenwrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Create dummy project for Windows
run: ${{ matrix.cmd }} archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false
- name: Print pom.xml
run: cat pom.xml
run: find .

0 comments on commit 0cfef04

Please sign in to comment.