diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46d540f..e6b140c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,21 +72,6 @@ jobs: # mount -t tmpfs none /tmp cd linux shopt -s expand_aliases - source ../pmbootstrap/helpers/envkernel.sh - - # fetch local config - git fetch origin config - git branch config FETCH_HEAD - git checkout config -- arch/arm64/configs/sm71xx-xiaomi.config - - # apply local config - make defconfig sm71xx-xiaomi.config - - # make it - make -j$(nproc) - - #to failsafe for private build... - pmbootstrap build --envkernel linux-postmarketos-qcom-sm7125 - name: Create artifact directory run: | @@ -122,11 +107,3 @@ jobs: name: xiaomi-miatoll-${{ matrix.version }} path: out/* retention-days: 15 - - name: Release nightly - uses: softprops/action-gh-release@v1 - with: - prerelease: true - name: nightly - tag_name: nightly - files: out/xiaomi-miatoll-${{ matrix.version }} - fail_on_unmatched_files: true