mirror of
https://github.com/Lucaslah/No-Report-Button.git
synced 2026-01-02 19:47: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
|
||||
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/'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user