Skip to content

Commit

Permalink
chore: download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
brightwwu committed Feb 12, 2024
1 parent 943c0f8 commit fd59318
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
needs: [call-rust-build]
runs-on: ubuntu-latest
steps:
# batch download artifacts
- uses: actions/download-artifact@v3
with:
path: /tmp/artifacts
- name: Check Artifacts
run: |
for abi in linux-x64-gnu linux-x64-musl darwin-x64 win32-x64-msvc linux-arm64-musl linux-arm64-gnu darwin-arm64 win32-ia32-msvc win32-arm64-msvc
Expand Down

0 comments on commit fd59318

Please sign in to comment.