From f7f7d66fd78be97aaa5bc8fb08081db421cbb3b4 Mon Sep 17 00:00:00 2001 From: carm Date: Fri, 10 Jan 2025 08:45:06 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 2 +- .github/workflows/release.yml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 **/*