Skip to content

Commit 3a9b01a

Browse files
authored
Simplify vmlinux binary naming in release assets (#9)
remove double vmlinux
1 parent b112d8a commit 3a9b01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fc-kernels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
mkdir -p release-assets
8484
for dir in ./builds/*/; do
8585
name=$(basename "$dir")
86-
cp "$dir/vmlinux.bin" "release-assets/vmlinux-${name}.bin"
86+
cp "$dir/vmlinux.bin" "release-assets/${name}.bin"
8787
done
8888
env:
8989
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)