Skip to content

Commit 4c5d16f

Browse files
committed
stupid missing needs: build-packages
1 parent d212aab commit 4c5d16f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/_build-packages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,17 @@ jobs:
4343
4444
- uses: actions/upload-artifact@v4
4545
with:
46-
name: ${{ inputs.artifact-name }}-${{ strategy.job-index }}
46+
name: ${{ inputs.artifact-name }}-${{ matrix.pkg-name }}
4747
path: pypi
4848
retention-days: 1
4949

5050
merge-artifacts:
51+
needs: build-packages
5152
runs-on: ubuntu-22.04
5253
steps:
5354
- uses: actions/download-artifact@v4
5455
with: # download all build artifacts
55-
pattern: ${{ inputs.artifact-name }}*
56+
pattern: ${{ inputs.artifact-name }}-*
5657
merge-multiple: true
5758
- run: ls -lh pypi/
5859

0 commit comments

Comments
 (0)