We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82225c9 commit a380b9aCopy full SHA for a380b9a
1 file changed
.github/workflows/cd-matrix.yml
@@ -147,13 +147,13 @@ jobs:
147
- name: Create zip artifact
148
run: |
149
cd ${{ matrix.target_folder }}/browser
150
- zip -r ${{ github.workspace }}/${{ matrix.submodule_dir }}-artifact.zip ./
+ zip -r ${{ github.workspace }}/${{ matrix.base_href }}-artifact.zip ./
151
152
- name: Upload artifact
153
uses: actions/upload-artifact@v4
154
with:
155
- name: ${{ matrix.submodule_dir }}-artifact
156
- path: ${{ matrix.submodule_dir }}-artifact.zip
+ name: ${{ matrix.base_href }}-artifact
+ path: ${{ matrix.base_href }}-artifact.zip
157
retention-days: 1
158
159
- name: Repositorify (vNext)
0 commit comments