From 963cc19aa59dba8e592d919080f3c069823d3bbf Mon Sep 17 00:00:00 2001 From: maoyilin1127 <18013159827@163.com> Date: Mon, 4 May 2026 18:54:32 +0800 Subject: [PATCH 1/2] Restrict build matrix to Windows only --- .github/workflows/aseprite_build_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aseprite_build_deploy.yml b/.github/workflows/aseprite_build_deploy.yml index 24845987..aa3b484f 100644 --- a/.github/workflows/aseprite_build_deploy.yml +++ b/.github/workflows/aseprite_build_deploy.yml @@ -67,7 +67,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-latest, macOS-latest] + os: [windows-latest] fail-fast: false steps: - name: (Windows) Install dependencies @@ -147,4 +147,4 @@ jobs: upload_url: ${{ needs.check-version.outputs.upload_url }} asset_path: aseprite/build/bin/Aseprite-${{ needs.check-version.outputs.latest_tag }}-${{ runner.os }}.zip asset_name: Aseprite-${{ needs.check-version.outputs.latest_tag }}-${{ runner.os }}.zip - asset_content_type: application/zip \ No newline at end of file + asset_content_type: application/zip From cfc864b08d742fdbaf92f41323dad9229d492e93 Mon Sep 17 00:00:00 2001 From: maoyilin1127 <18013159827@163.com> Date: Mon, 4 May 2026 19:04:42 +0800 Subject: [PATCH 2/2] Update aseprite_build_deploy.yml