diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 642f6dc..725b0fa 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -35,7 +35,7 @@ jobs: run: | mkdir artifacts cp -vrf target/ artifacts/target/ - cp -vrf asset/*.jar artifacts + cp -vrf .asset/*.jar artifacts - name: "Upload artifact" uses: actions/upload-artifact@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 570de62..11e4756 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,5 +37,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} - asset_path: asset/*.jar + asset_path: ".asset/*.jar" asset_content_type: application/java-archive \ No newline at end of file diff --git a/pom.xml b/pom.xml index 0a25191..2169424 100644 --- a/pom.xml +++ b/pom.xml @@ -191,7 +191,7 @@ - ${project.basedir}/asset/ + ${project.basedir}/.asset/ true **/*