diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 8042e1692..b8dcd82cd 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -41,7 +41,7 @@ jobs: mvn clean install mvn package -DskipTests -Pci -q - - name: List files in target/symphony + - name: List files in target run: | - echo "Files in target/symphony:" - ls -l target/symphony \ No newline at end of file + echo "Files in target:" + ls -l target/ \ No newline at end of file