From b8e5309119e4b2e78c9a01ac4414a65c72c220f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Sobczy=C5=84ski?= <32263891+h4570@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:11:05 +0100 Subject: [PATCH] rename artifacts --- .github/workflows/master-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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