Skip to content

Commit 8ac4efe

Browse files
committed
update ci and readme
* now all deb are build in LLL-pkg-repo ppa
1 parent 2f0dac5 commit 8ac4efe

2 files changed

Lines changed: 1 addition & 24 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ jobs:
104104
hastag=1
105105
fi
106106
echo "hastag=$hastag" >> $GITHUB_OUTPUT
107-
- name: Build Debs
108-
if: steps.check_if_tagged.outputs.hastag == 1
109-
run: ./deploy/build_deb.sh
110-
shell: bash
111107
- name: Build kernel patch
112108
if: steps.check_if_tagged.outputs.hastag == 1
113109
run: ./deploy/build_kernelpatch.sh
@@ -139,26 +135,6 @@ jobs:
139135
asset_path: /tmp/linux/linux/0001-Add-legion-laptop-v0.1.patch
140136
asset_name: 0001-Add-legion-laptop-v0.1.patch
141137
asset_content_type: text/plain
142-
- name: Upload Release - Deb Package DKMS
143-
if: steps.check_if_tagged.outputs.hastag == 1
144-
uses: actions/upload-release-asset@v1.0.1
145-
env:
146-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
147-
with:
148-
upload_url: ${{ steps.create_release.outputs.upload_url }}
149-
asset_path: /tmp/deb/lenovolegionlinux-dkms_1.0.0_amd64.deb
150-
asset_name: lenovolegionlinux-dkms_1.0.0_amd64.deb
151-
asset_content_type: application/octet-stream
152-
- name: Upload Release - Deb Package Python (legion_gui & legion_cli)
153-
if: steps.check_if_tagged.outputs.hastag == 1
154-
uses: actions/upload-release-asset@v1.0.1
155-
env:
156-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157-
with:
158-
upload_url: ${{ steps.create_release.outputs.upload_url }}
159-
asset_path: /tmp/deb/python3-legion-linux_1.0.0-1_amd64.deb
160-
asset_name: python3-legion-linux_1.0.0-1_amd64.deb
161-
asset_content_type: application/octet-stream
162138
- name: Publish Release
163139
if: steps.check_if_tagged.outputs.hastag == 1
164140
uses: eregon/publish-release@v1

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Join Discord](https://img.shields.io/discord/761178912230473768?label=Legion%20Series%20Discord)](https://discord.com/invite/legionseries)
77
[![Check Reddit](https://img.shields.io/static/v1?label=Reddit&message=LenovoLegion&color=green)](https://www.reddit.com/r/LenovoLegion/)
88
[![More Reddit](https://img.shields.io/static/v1?label=Reddit&message=linuxhardware&color=blueviolet)](https://www.reddit.com/r/linuxhardware/)
9+
[![Unbutu ppa](https://img.shields.io/badge/Ubuntu%2FDebian-LLL_ppa-orange)](https://mrduartept.github.io/LLL-pkg-repo/)
910
[![AUR](https://img.shields.io/aur/version/lenovolegionlinux-git?label=aur%20package)](https://aur.archlinux.org/packages/lenovolegionlinux-git)
1011
[![AUR DKMS](https://img.shields.io/aur/version/lenovolegionlinux-dkms-git?label=aur%20package%28dkms%29)](https://aur.archlinux.org/packages/lenovolegionlinux-dkms-git)
1112
[![GURU Overlay](https://img.shields.io/badge/Gentoo--Overlay-GURU-blueviolet)](https://gitweb.gentoo.org/repo/proj/guru.git/)

0 commit comments

Comments
 (0)