ci: ensure unique name for artifacts in scheduled packages workflow
This commit is contained in:
parent
7ab06bcdc9
commit
d4450d543b
|
@ -68,7 +68,7 @@ jobs:
|
|||
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||
if: success()
|
||||
with:
|
||||
name: ${{ matrix.profile[0] }}-${{ matrix.os }}
|
||||
name: ${{ matrix.profile[0] }}-${{ matrix.os }}-${{ github.ref_name }}
|
||||
path: _packages/${{ matrix.profile[0] }}/
|
||||
retention-days: 7
|
||||
- name: Send notification to Slack
|
||||
|
|
Loading…
Reference in New Issue