From 338c55528d6b16208a533b69df91966b658d166c Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 30 May 2021 04:47:04 -0700 Subject: [PATCH] [skip changelog] Remove redundant artifact upload from test workflow Previously, there were two steps in the test workflow for the Linux ARM64 artifact upload. Although it did no real harm since it simply replaced the artifact from the first upload with a duplicate, it does slow down the workflow and adds a little more of a maintenance burden, so better to remove it. --- .github/workflows/test.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 45e0de40cfd..0a08bf143a6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -182,12 +182,6 @@ jobs: name: Linux_ARM64 path: dist/*Linux_ARM64.tar.gz - - name: Upload Linux ARM64 bit artifact - uses: actions/upload-artifact@v2 - with: - name: Linux_ARM64 - path: dist/*Linux_ARM64.tar.gz - - name: Upload MacOS 64 bit artifact uses: actions/upload-artifact@v2 with: