Use ${{ env.PLATFORM_PAIR }}

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2024-01-06 13:21:32 +01:00
parent d0f321b604
commit 0ba8648dbb
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests-${{ matrix.platform}}
name: digests-${{ env.PLATFORM_PAIR }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1