diff --git a/.github/workflows/master-build.yml b/.github/workflows/master-build.yml index ec78334..79443a2 100644 --- a/.github/workflows/master-build.yml +++ b/.github/workflows/master-build.yml @@ -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 \ No newline at end of file