Skip to content

Commit 7cf548c

Browse files
authored
Output artifact-id
1 parent 98e3cb9 commit 7cf548c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/build/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ outputs:
3333
path:
3434
description: 'Build output path'
3535
value: ${{ steps.build.outputs.path }}
36+
artifact-id:
37+
description: 'Build output artifact ID'
38+
value: ${{ steps.upload.outputs.artifact-id }}
3639

3740
runs:
3841
using: 'composite'
@@ -58,6 +61,7 @@ runs:
5861
shell: pwsh
5962

6063
- name: Upload build artifacts
64+
id: upload
6165
if: ${{ inputs.artifact != '' }}
6266
uses: actions/upload-artifact@v4
6367
with:

0 commit comments

Comments
 (0)