From 9ffd2df4978549daf45225af6f2fc2ff39c787c7 Mon Sep 17 00:00:00 2001 From: J Blackman Date: Fri, 8 Jul 2022 15:03:33 +1000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50836674701..79a9117c066 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,8 @@ jobs: matrix: target: ${{ fromJson(needs.setup.outputs.targets) }} steps: - - uses: actions/checkout@v2 + - name: Checkout code + uses: actions/checkout@v2 - name: Fetch toolchain from cache uses: actions/cache@v2 @@ -64,7 +65,7 @@ jobs: - name: Publish build artifacts uses: actions/upload-artifact@v3 with: - name: firmware + name: Assets path: obj/*.hex retention-days: 60