mirror of
https://github.com/Lucaslah/No-Report-Button.git
synced 2026-01-09 12:37:51 +00:00
Fix CI build final artifact name
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
|||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: 'NRB-Build-${{ steps.vars.outputs.sha_short }}'
|
name: 'NRB-Build-${{ steps.commit_short_sha.outputs.sha_short }}'
|
||||||
path: 'artifacts/'
|
path: 'artifacts/'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user