cleaner artifact names!

This commit is contained in:
sappho 2024-04-20 17:25:47 -04:00 committed by GitHub
parent a4cfc99114
commit d3f4a8f156
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -171,7 +171,7 @@ jobs:
uses: actions/upload-artifact@v4.3.2
with:
# Artifact name
name: ${{ matrix.os }} - ${{ matrix.cc }}
name: ${{ matrix.os }}_${{ matrix.cc }}_${{ env.ZIP_FILENAME }}
# optional, default is artifact
# A file, directory or wildcard pattern that describes what to upload
path: ${{ github.workspace }}/extension/build/package/${{ matrix.os }}_${{ matrix.cc }}_${{ env.ZIP_FILENAME }}