File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
uses : softprops/action-gh-release@v1
115
115
with :
116
116
token : ${{ secrets.RELEASE_ACCESS_TOKEN }}
117
- tag_name : kernel-${{ env.SHORT_SHA }}
117
+ tag_name : kernel-${{ matrix.target }}-${{ env.SHORT_SHA }}
118
118
files : |
119
119
${{ github.workspace }}/out/*
120
120
body : |
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ find "${BUILD_DIR}/.." -name "linux-image*.deb" -not -name "*dbg*" -exec dpkg -i
31
31
32
32
# Output
33
33
find " ${BUILD_DIR} /.." -name " linux-image*.deb" -not -name " *dbg*" | xargs -I {} cp {} " ${OUT_DIR} "
34
- find " /boot" -name " initrd*" -or -name " vmlinuz*" -or -name " config*" | xargs -I {} cp {} " ${OUT_DIR} "
34
+ find " /boot" -name " initrd*" -or -name " vmlinuz*" -or -name " config*" | xargs -I {} cp {} " ${OUT_DIR} "
You can’t perform that action at this time.
0 commit comments