From 4ed79a344e959eedbefe32172a1dbd89459f5f4b Mon Sep 17 00:00:00 2001 From: XXXXXX-Diwa <59827750+XXXXXX-Diwa@users.noreply.github.com> Date: Wed, 10 Sep 2025 19:48:58 +0800 Subject: [PATCH] Update aseprite_build_deploy.yml only windows --- .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