Skip to content

Commit f544714

Browse files
committed
download all artifacts at once by using actions/download-artifact@v3
1 parent e59ee61 commit f544714

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -255,21 +255,8 @@ jobs:
255255
steps:
256256
- uses: actions/checkout@v2
257257

258-
# Download all the artifacts that we'll be publishing. Should keep an eye on
259-
# the `download-artifact` repository to see if we can ever get something
260-
# like "download all artifacts" or "download this list of artifacts"
261-
- name: Download x86_64 macOS binaries
262-
uses: actions/download-artifact@v1
263-
with:
264-
name: bins-x86_64-macos
265-
- name: Download x86_64 Linux binaries
266-
uses: actions/download-artifact@v1
267-
with:
268-
name: bins-x86_64-linux
269-
- name: Download x86_64 Windows binaries
270-
uses: actions/download-artifact@v1
271-
with:
272-
name: bins-x86_64-windows
258+
- name: Download binaries
259+
uses: actions/download-artifact@v3
273260

274261
- name: Calculate tag name
275262
run: |

0 commit comments

Comments
 (0)