fix accidental inclusion of slim-bim digest in slim tag due to amiguous merge pattern

This commit is contained in:
Markus Kahl
2026-01-23 13:57:26 +00:00
parent c4918a8472
commit af772efcdf
+2 -2
View File
@@ -294,7 +294,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v6
with:
name: digests-${{ inputs.tag }}-${{ matrix.target }}-${{ matrix.digest }}
name: digests-${{ inputs.tag }}-${{ matrix.target }}--${{ matrix.digest }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
@@ -310,7 +310,7 @@ jobs:
- name: Merge digests
uses: actions/upload-artifact/merge@v6
with:
pattern: "digests-${{ inputs.tag }}-${{ matrix.target }}-${{ matrix.digest }}*"
pattern: "digests-${{ inputs.tag }}-${{ matrix.target }}--*"
overwrite: true
name: "merged-digests-${{ inputs.tag }}-${{ matrix.target }}-${{ github.run_number }}-${{ github.run_attempt }}"
- name: Download digests