Fix CI build final artifact name

This commit is contained in:
2025-01-21 01:02:24 +13:00
parent 69810428d4
commit 46999f305a

View File

@@ -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/'