Skip to content

Commit

Permalink
Update MTK_BPI-r4_build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
glassd00r authored May 29, 2024
1 parent f319a79 commit cef900b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/MTK_BPI-r4_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,10 @@ jobs:
run: |
mv custom_repo/${{ env.CONFIG_FILE }} .config
make defconfig -j$(nproc)
- name: Include custom files
run: |
mkdir -p ${{ env.CUSTOM_FILES_PATH }}
mv custom_repo/BPI-r4/${{ env.CUSTOM_FILES_PATH }}* ${{ env.CUSTOM_FILES_PATH }}
- name: Build the firmware image
run: make download world V=s -j$(nproc)
- name: Package output
run: tar -cvf mtk_bpi_r4-images.tar bin/targets/mediatek/filogic
run: tar -cvf mtk_bpi_r4-images.tar bin/targets/mediatek/mt7988
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand All @@ -87,7 +83,7 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@master
with:
files: bin/targets/mediatek/filogic/*
files: bin/targets/mediatek/mt7988/*
tag_name: ${{ env.RELEASE_PREFIX }}-${{ env.RELEASE_DATE }}
name: MTK Openwrt 21.02 BPI-r4 ${{ env.RELEASE_DATE }}
body: |
Expand Down

0 comments on commit cef900b

Please sign in to comment.