Skip to content

Commit a380b9a

Browse files
committed
fix(cd): modifying artifact name
1 parent 82225c9 commit a380b9a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd-matrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,13 @@ jobs:
147147
- name: Create zip artifact
148148
run: |
149149
cd ${{ matrix.target_folder }}/browser
150-
zip -r ${{ github.workspace }}/${{ matrix.submodule_dir }}-artifact.zip ./
150+
zip -r ${{ github.workspace }}/${{ matrix.base_href }}-artifact.zip ./
151151
152152
- name: Upload artifact
153153
uses: actions/upload-artifact@v4
154154
with:
155-
name: ${{ matrix.submodule_dir }}-artifact
156-
path: ${{ matrix.submodule_dir }}-artifact.zip
155+
name: ${{ matrix.base_href }}-artifact
156+
path: ${{ matrix.base_href }}-artifact.zip
157157
retention-days: 1
158158

159159
- name: Repositorify (vNext)

0 commit comments

Comments
 (0)