diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5629b95..78d7a41 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: # MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} # MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: "Stage" - run: mkdir staging && cp target/*.jar staging + run: mkdir staging && cp */target/*.jar staging - name: "Upload artifact" uses: actions/upload-artifact@v2 with: