diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b7ae340..3dd1b4c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,18 +21,12 @@ jobs: java-version: '11' distribution: 'adopt' cache: maven - server-id: github - server-username: MAVEN_USERNAME - server-password: MAVEN_TOKEN - name: "Package" run: mvn -B package --file pom.xml - env: - MAVEN_USERNAME: ${{ github.repository_owner }} - MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: "Target Stage" - run: mkdir staging && cp target/*.jar staging + run: mkdir staging && cp */target/*.jar staging - name: "Upload artifact" uses: actions/upload-artifact@v2 with: name: Artifact - path: staging \ No newline at end of file + path: staging