fix(ci): Fix upload-artifact workflow artifact name (#3093)

This commit is contained in:
Jamil
2024-01-02 16:24:56 -08:00
committed by GitHub
parent ed3e76894a
commit 3ded0d6170

View File

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