Skip to content

Commit

Permalink
ci: batch download temp artifacts (#3438)
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored Dec 21, 2023
1 parent e20fc64 commit 50575ca
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,20 +241,11 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Download Windows release asset(s)
- name: Download temp artifacts
uses: actions/download-artifact@v4
with:
name: release-win

- name: Download Linux release asset(s)
uses: actions/download-artifact@v4
with:
name: release-linux

- name: Download OS X release asset(s)
uses: actions/download-artifact@v4
with:
name: release-osx
pattern: release-*
merge-multiple: true

- name: Calculate hashes
run: |
Expand Down

0 comments on commit 50575ca

Please sign in to comment.