Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Jun 24, 2024
1 parent 48c0cd4 commit 8fc3f88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,11 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: all

- name: List all files
run: |
ls all/**
- name: Merge files
run: |
mkdir dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Download artifact from "Build_Wheels" workflow
uses: actions/download-artifact@v4
with:
name: dist # Match name used in test.yml upload artifact step
name: dist # Match name used in build_wheels.yml upload artifact step
github-token: ${{ github.token }}
repository: ${{ github.repository }}
run-id: ${{ steps.get-run-id.outputs.run-id }}
Expand Down

0 comments on commit 8fc3f88

Please sign in to comment.