From 46999f305ab742d098d3f00d60d1a0c6aeb13c3f Mon Sep 17 00:00:00 2001 From: Lucas Petrino Date: Tue, 21 Jan 2025 01:02:24 +1300 Subject: [PATCH] Fix CI build final artifact name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57e0126..72fe331 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - name: 'NRB-Build-${{ steps.vars.outputs.sha_short }}' + name: 'NRB-Build-${{ steps.commit_short_sha.outputs.sha_short }}' path: 'artifacts/'