Skip to content

Commit cbe8b93

Browse files
committed
agent: fix agent upload
1 parent 515b398 commit cbe8b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
set -x
7272
assets=()
73-
for asset in /tmp/hades-agent/*; do
73+
for asset in /tmp/hades-agent/hades-agent/*; do
7474
assets+=("-a" "$asset")
7575
echo ${asset}
7676
done

0 commit comments

Comments
 (0)