We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38864a commit 9952df2Copy full SHA for 9952df2
.github/workflows/draft-release.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build agent binaries
28
run: make build-agent-all
29
# Build Plugins binaries
30
- - name: Build agent binaries
+ - name: Build plugin binaries
31
run: make build-plugins-all
32
# Build and publish container image
33
- name: Log in to the Container registry
@@ -51,4 +51,4 @@ jobs:
51
with:
52
draft: true
53
generateReleaseNotes: true
54
- 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 commit comments