ci: ensure unique name for artifacts in scheduled packages workflow

This commit is contained in:
Ivan Dyachkov 2024-05-10 17:00:41 +02:00
parent 7ab06bcdc9
commit d4450d543b
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ jobs:
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
if: success() if: success()
with: with:
name: ${{ matrix.profile[0] }}-${{ matrix.os }} name: ${{ matrix.profile[0] }}-${{ matrix.os }}-${{ github.ref_name }}
path: _packages/${{ matrix.profile[0] }}/ path: _packages/${{ matrix.profile[0] }}/
retention-days: 7 retention-days: 7
- name: Send notification to Slack - name: Send notification to Slack