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