diff --git a/.github/workflows/create-artifacts.yml b/.github/workflows/create-artifacts.yml index 101d1cf..c3cf1da 100644 --- a/.github/workflows/create-artifacts.yml +++ b/.github/workflows/create-artifacts.yml @@ -14,11 +14,6 @@ jobs: name: Create Linux artifacts runs-on: ubuntu-latest - strategy: - fail-fast: true - matrix: - arch: [x64, arm64] - steps: - name: Checkout repository uses: actions/checkout@v4