Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Feb 1, 2025
1 parent 72933d4 commit 681748e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
uses: actions/download-artifact@v4
continue-on-error: true
with:
name: ${{ matrix.repo }}-*
pattern: ${{ matrix.repo }}-*
path: repo
merge-multiple: true
- name: Build ${{ matrix.repo }}/${{ matrix.package }}
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
uses: actions/download-artifact@v4
continue-on-error: true
with:
name: ${{ matrix.repo }}-*
pattern: ${{ matrix.repo }}-*
path: repo
merge-multiple: true
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 681748e

Please sign in to comment.