We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e3cb9 commit 7cf548cCopy full SHA for 7cf548c
1 file changed
.github/build/action.yml
@@ -33,6 +33,9 @@ outputs:
33
path:
34
description: 'Build output path'
35
value: ${{ steps.build.outputs.path }}
36
+ artifact-id:
37
+ description: 'Build output artifact ID'
38
+ value: ${{ steps.upload.outputs.artifact-id }}
39
40
runs:
41
using: 'composite'
@@ -58,6 +61,7 @@ runs:
58
61
shell: pwsh
59
62
60
63
- name: Upload build artifacts
64
+ id: upload
65
if: ${{ inputs.artifact != '' }}
66
uses: actions/upload-artifact@v4
67
with:
0 commit comments