rename artifacts
This commit is contained in:
committed by
GitHub
parent
fdc5450181
commit
b8e5309119
@@ -52,7 +52,7 @@ jobs:
|
||||
if: ${{ success() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: binaries-${{ env.SHA8 }}
|
||||
name: tutorials-elf
|
||||
path: |
|
||||
tutorials/01-hello/bin
|
||||
tutorials/02-sprite/bin
|
||||
@@ -69,6 +69,6 @@ jobs:
|
||||
if: ${{ success() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: tyra-${{ env.SHA8 }}
|
||||
name: demo-elf
|
||||
path: |
|
||||
demo/bin
|
||||
Reference in New Issue
Block a user