Skip to content

Commit 32a58b2

Browse files
committed
disable recursive packaging
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
1 parent 9e00e66 commit 32a58b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
files: bin/ ebpf
2525
dest: hyperion.zip
26+
recursive: false
2627
- uses: "marvinpinto/action-automatic-releases@latest"
2728
with:
2829
repo_token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)