From 4f5b6048ffd38b1d77a07c5d07a0d6036ab3f2f2 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify1@users.noreply.github.com> Date: Sun, 20 Aug 2023 08:31:51 +0000 Subject: [PATCH] new: fix all archs --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5677a4..291af57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,11 +14,11 @@ jobs: fail-fast: false matrix: job: - #- { os: "ubuntu-latest", target: "android"} + - { os: "ubuntu-latest", target: "android"} - { os: "ubuntu-latest", target: "linux-386", aarch: 'x86'} - #- { os: "ubuntu-latest", target: "linux-amd64", aarch: 'x64'} - #- { os: "ubuntu-latest", target: "windows-386", aarch: 'x86'} - #- { os: "ubuntu-latest", target: "windows-amd64", aarch: 'x64' } + - { os: "ubuntu-latest", target: "linux-amd64", aarch: 'x64'} + - { os: "ubuntu-latest", target: "windows-386", aarch: 'x86'} + - { os: "ubuntu-latest", target: "windows-amd64", aarch: 'x64' } - { os: "macos-11", target: "macos-universal" } runs-on: ${{ matrix.job.os }} steps: