Skip to content

Commit

Permalink
Fix plugins inclusion in release artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <[email protected]>
  • Loading branch information
anmazzotti committed Nov 6, 2023
1 parent b38864a commit 9952df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build agent binaries
run: make build-agent-all
# Build Plugins binaries
- name: Build agent binaries
- name: Build plugin binaries
run: make build-plugins-all
# Build and publish container image
- name: Log in to the Container registry
Expand All @@ -51,4 +51,4 @@ jobs:
with:
draft: true
generateReleaseNotes: true
artifacts: "bin/elemental_agent_linux_*, /bin/*.so, infrastructure-elemental/v0.0.0/*.yaml"
artifacts: "bin/elemental_agent_linux_*, bin/*.so, infrastructure-elemental/v0.0.0/*.yaml"

0 comments on commit 9952df2

Please sign in to comment.