Skip to content

Commit 5b0152b

Browse files
author
Petr Sramek
committed
fix
1 parent 1b977d4 commit 5b0152b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ on:
88
paths:
99
- 'src/**'
1010
workflow_call:
11-
outputs:
12-
build-artifact-name: ${{ jobs.pack.outputs.package-artifact-name }}
11+
outputs:
12+
package-artifact-name:
13+
description: "The assembly version."
14+
value: ${{ jobs.pack.outputs.package-artifact-name }}
1315

1416
permissions:
1517
actions: read

0 commit comments

Comments
 (0)