File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9090 - name : Upload digest
9191 uses : actions/upload-artifact@v4
9292 with :
93- name : digests-${{ env.PLATFORM_PAIR }}
93+ name : digests-buildbox- ${{ env.PLATFORM_PAIR }}
9494 path : /tmp/digests/*
9595 if-no-files-found : error
9696 retention-days : 1
@@ -167,7 +167,7 @@ jobs:
167167 - name : Upload digest
168168 uses : actions/upload-artifact@v4
169169 with :
170- name : digests-${{ env.PLATFORM_PAIR }}
170+ name : digests-ubuntu-${{ matrix.distro }}- ${{ env.PLATFORM_PAIR }}
171171 path : /tmp/digests/*
172172 if-no-files-found : error
173173 retention-days : 1
@@ -243,7 +243,7 @@ jobs:
243243 - name : Upload digest
244244 uses : actions/upload-artifact@v4
245245 with :
246- name : digests-${{ env.PLATFORM_PAIR }}
246+ name : digests-debian-${{ matrix.distro }}- ${{ env.PLATFORM_PAIR }}
247247 path : /tmp/digests/*
248248 if-no-files-found : error
249249 retention-days : 1
You can’t perform that action at this time.
0 commit comments