mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
fix accidental inclusion of slim-bim digest in slim tag due to amiguous merge pattern
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user