From 3ef4bd3948dbb7b1140d458449e39a92e701f241 Mon Sep 17 00:00:00 2001 From: TheWhiteDog9487 Date: Sun, 24 May 2026 13:56:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=86=8D=E4=B8=8A=E4=BC=A0Action?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E5=88=B0=E4=BB=93=E5=BA=93=E5=86=85=E4=BB=A5?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E4=BB=93=E5=BA=93=E4=BD=93=E7=A7=AF=E6=8C=81?= =?UTF-8?q?=E7=BB=AD=E8=86=A8=E8=83=80=20=E5=90=8E=E7=BB=AD=E6=AF=8F?= =?UTF-8?q?=E4=B8=AA=E6=9B=B4=E6=96=B0=E6=88=91=E9=83=BD=E4=BC=9A=E6=89=8B?= =?UTF-8?q?=E5=8A=A8=E5=8F=91release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb4e00d..a94e6b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,6 @@ jobs: build: runs-on: ubuntu-latest strategy: - fail-fast: false matrix: include: - target: x86_64-linux-musl @@ -38,27 +37,4 @@ jobs: - uses: actions/upload-artifact@v5 with: name: ${{ matrix.artifact }} - path: ${{ matrix.artifact }} - push: - needs: build - runs-on: ubuntu-latest - permissions: - contents: write - # 更新仓库需要写入权限 - - steps: - - uses: actions/checkout@v6 - - uses: actions/download-artifact@v6 - with: - name: language - - uses: actions/download-artifact@v6 - with: - name: language_arm - - - name: 推送 - run: | - git config --global user.email "thewhitedog9487@outlook.com" - git config --global user.name "TheWhiteDog9487" - git add . - git commit -m "新的二进制文件" - git push \ No newline at end of file + path: ${{ matrix.artifact }} \ No newline at end of file