Skip to content

Commit 71f8dc4

Browse files
committed
fix(cd): resolving issue with file path
1 parent cb8620f commit 71f8dc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
uses: actions/upload-artifact@v4
154154
with:
155155
name: ${{ matrix.submodule_dir }}-artifact
156-
path: ${{ matrix.submodule_dir }}-artifact.zip
156+
path: ${{ matrix.target_folder }}/${{ matrix.submodule_dir }}-artifact.zip
157157
retention-days: 1
158158

159159
- name: Repositorify (vNext)

0 commit comments

Comments
 (0)