Fix artifact name of linux-x86_64-debug builds

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-21 20:28:22 +01:00
parent 6e837dda8c
commit f67ec66dc8
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -173,7 +173,7 @@ jobs:
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"
- uses: actions/upload-artifact@v2
with:
name: ${{ github.event.repository.name }}-linux-x86_64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
name: ${{ github.event.repository.name }}-linux-x86_64-debug-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
path: |
bin/*