Skip to content

Commit cdbebe9

Browse files
authored
[skip changelog] Remove redundant artifact upload from test workflow (#1303)
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.
1 parent c65c2b2 commit cdbebe9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: .github/workflows/test.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@ jobs:
182182
name: Linux_ARM64
183183
path: dist/*Linux_ARM64.tar.gz
184184

185-
- name: Upload Linux ARM64 bit artifact
186-
uses: actions/upload-artifact@v2
187-
with:
188-
name: Linux_ARM64
189-
path: dist/*Linux_ARM64.tar.gz
190-
191185
- name: Upload MacOS 64 bit artifact
192186
uses: actions/upload-artifact@v2
193187
with:

0 commit comments

Comments
 (0)