From 7b22469b6438dba01f6b343ecd5af3855490b0e6 Mon Sep 17 00:00:00 2001 From: Revertron <105154+Revertron@users.noreply.github.com> Date: Fri, 19 Mar 2021 13:00:42 +0100 Subject: [PATCH] Fixed ARM binary upload task --- .github/workflows/rust_create_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust_create_release.yml b/.github/workflows/rust_create_release.yml index 3842f48..a4525a9 100644 --- a/.github/workflows/rust_create_release.yml +++ b/.github/workflows/rust_create_release.yml @@ -115,6 +115,7 @@ jobs: asset_content_type: application/zip - name: Upload ARM binary id: upload-arm-binary + if: contains(matrix.os, 'ubuntu') uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}