diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 8560f21..95c030e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,7 +30,7 @@ jobs: MAVEN_USERNAME: ${{ github.repository_owner }} MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: "Target Stage" - run: mkdir staging && cp target/*.jar staging + run: mkdir -vp staging && ls -l asset/ && cp -vrf asset/*.jar staging - name: "Upload artifact" uses: actions/upload-artifact@v2 with: diff --git a/easysql-plugin-impl/pom.xml b/easysql-plugin-impl/pom.xml index 2af11e3..4fa5432 100644 --- a/easysql-plugin-impl/pom.xml +++ b/easysql-plugin-impl/pom.xml @@ -14,6 +14,8 @@ ${java.version} UTF-8 UTF-8 + true + true easysql-plugin-impl