diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f0f9d3d..67177f2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -43,7 +43,7 @@ jobs: path: staging - name: List files in staging directory - run: ls staging + run: ls -R staging create_release: needs: publish-job