Fix artifact name of linux-x86_64-debug builds
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
6e837dda8c
commit
f67ec66dc8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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/*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue