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 b97fc8f commit 8a40923
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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:
pattern: ${{ matrix.repo }}-*
pattern: package-${{ matrix.repo }}-*
path: repo
merge-multiple: true
- name: Build ${{ matrix.repo }}/${{ matrix.package }}
Expand All @@ -140,7 +140,7 @@ jobs:
done
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.repo }}-${{ matrix.package }}
name: package-${{ matrix.repo }}-${{ matrix.package }}
path: packages/
if-no-files-found: error
repos:
Expand All @@ -164,7 +164,7 @@ jobs:
uses: actions/download-artifact@v4
continue-on-error: true
with:
pattern: ${{ matrix.repo }}-*
pattern: package-${{ matrix.repo }}-*
path: repo
merge-multiple: true
- uses: actions/setup-python@v5
Expand All @@ -189,7 +189,7 @@ jobs:
REPO_NAME: ${{ matrix.repo }}
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.repo }}
name: repo-${{ matrix.repo }}
path: repo
if-no-files-found: error
mirror0:
Expand Down

0 comments on commit 8a40923

Please sign in to comment.