Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit bf9e356

Browse files
committed
make package name lowercase so i don't get arrested by the debian police
1 parent e277354 commit bf9e356

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload package artifact
4141
uses: actions/upload-artifact@v2
4242
with:
43-
name: linux-mbp-16X-wifi-${{ steps.build.outputs.tag }}
43+
name: linux-mbp-16x-wifi-${{ steps.build.outputs.tag }}
4444
path: /tmp/artifacts/*
4545

4646
- name: Release

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ make olddefconfig
8787
echo "" >"${KERNEL_PATH}"/.scmversion
8888

8989
# Build Deb packages
90-
make -j "$(getconf _NPROCESSORS_ONLN)" deb-pkg LOCALVERSION=-mbp-16X-wifi KDEB_PKGVERSION="$(make kernelversion)-$(get_next_version)"
90+
make -j "$(getconf _NPROCESSORS_ONLN)" deb-pkg LOCALVERSION=-mbp-16x-wifi KDEB_PKGVERSION="$(make kernelversion)-$(get_next_version)"
9191

9292
#### Copy artifacts to shared volume
9393
echo >&2 "===]> Info: Copying debs and calculating SHA256 ... "

0 commit comments

Comments
 (0)