Skip to content

Commit 7b70c97

Browse files
committed
fix: upload artifacts settings
1 parent 54a3eb8 commit 7b70c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pi_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
- name: Upload ${{ matrix.parent_image_type }}-requirements
8181
uses: actions/upload-artifact@v4
8282
with:
83-
name: requirements/${{ matrix.parent_image_type }}-requirements.txt
84-
path: ${{ matrix.parent_image_type }}-requirements.txt
83+
name: ${{ matrix.parent_image_type }}-requirements.txt
84+
path: requirements/${{ matrix.parent_image_type }}-requirements.txt
8585

8686
pi-build:
8787
name: 'Parent Images: Docker Build'

0 commit comments

Comments
 (0)