Skip to content

Commit 9952df2

Browse files
committed
Fix plugins inclusion in release artifacts
Signed-off-by: Andrea Mazzotti <[email protected]>
1 parent b38864a commit 9952df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/draft-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build agent binaries
2828
run: make build-agent-all
2929
# Build Plugins binaries
30-
- name: Build agent binaries
30+
- name: Build plugin binaries
3131
run: make build-plugins-all
3232
# Build and publish container image
3333
- name: Log in to the Container registry
@@ -51,4 +51,4 @@ jobs:
5151
with:
5252
draft: true
5353
generateReleaseNotes: true
54-
artifacts: "bin/elemental_agent_linux_*, /bin/*.so, infrastructure-elemental/v0.0.0/*.yaml"
54+
artifacts: "bin/elemental_agent_linux_*, bin/*.so, infrastructure-elemental/v0.0.0/*.yaml"

0 commit comments

Comments
 (0)