From 6c3f94feb3ae3f7442a67e9afed6c6ae177d3745 Mon Sep 17 00:00:00 2001 From: TheWhiteDog9487 <60037547+TheWhiteDog9487@users.noreply.github.com> Date: Wed, 5 Nov 2025 16:01:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DGithub=20Action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 643d915..52b5eff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,14 +43,6 @@ jobs: run: chmod +x ./gradlew - name: 构建原生镜像 run: ./gradlew nativeCompile -x test - - name: 规范文件名并删除无用文件(Windows) - if: runner.os == 'Windows' - run: | - Get-ChildItem -Path build/native/nativeCompile -File | Where-Object { $_.Name -notlike "*.exe" } | Remove-Item -Force - Rename-Item -Path build/native/nativeCompile/*.exe -NewName ${{ runner.os }}-${{ runner.arch }}.exe - - name: 规范文件名(非Windows) - if: runner.os != 'Windows' - run: mv build/native/nativeCompile/* build/native/nativeCompile/${{ runner.os }}-${{ runner.arch }} - name: 上传构建产物 uses: actions/upload-artifact@v4 with: