Skip to content

Commit 1b977d4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'src/**'
1010
workflow_call:
1111
outputs:
12-
build-artifact-name: ${{ needs.pack.outputs.package-artifact-name }}
12+
build-artifact-name: ${{ jobs.pack.outputs.package-artifact-name }}
1313

1414
permissions:
1515
actions: read

0 commit comments

Comments
 (0)