From 4a4df13468fab7806dd519d7dcc8571f9655387d Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Wed, 2 Jul 2025 12:12:00 +0200 Subject: [PATCH] Fix building gl inet b3000 images --- .github/workflows/b3000-nss.yaml | 5 +++-- .github/workflows/b3000.yaml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/b3000-nss.yaml b/.github/workflows/b3000-nss.yaml index 15f8bc9..1ce1e9d 100644 --- a/.github/workflows/b3000-nss.yaml +++ b/.github/workflows/b3000-nss.yaml @@ -8,6 +8,7 @@ env: REMOTE_REPOSITORY: qosmio/openwrt-ipq REMOTE_BRANCH: main-nss RELEASE_PREFIX: Ipq5018-nss + BUILD_PATH: bin/targets/qualcommax/ipq50xx jobs: check_commits: @@ -77,7 +78,7 @@ jobs: run: make -j $(nproc) defconfig download world - name: Package output - run: tar -cvf b3000.tar bin/targets/qualcommax/ipq50xx/ + run: tar -cvf b3000.tar ${{ env.BUILD_PATH }}/ - name: Upload artifacts uses: actions/upload-artifact@v4 @@ -104,7 +105,7 @@ jobs: - name: Create release uses: softprops/action-gh-release@master with: - files: bin/targets/mediatek/mt7622/* + files: ${{ env.BUILD_PATH }}/* tag_name: ${{ env.RELEASE_PREFIX }}-${{ env.REMOTE_BRANCH }}-${{ env.RELEASE_DATE }} name: OpenWRT Gl.iNet b3000 with NSS - ${{ env.REMOTE_BRANCH }} - ${{ env.RELEASE_DATE }} body: | diff --git a/.github/workflows/b3000.yaml b/.github/workflows/b3000.yaml index cae3b0a..80a4896 100644 --- a/.github/workflows/b3000.yaml +++ b/.github/workflows/b3000.yaml @@ -72,7 +72,7 @@ jobs: run: make -j $(nproc) defconfig download world - name: Package output - run: tar -cvf b3000.tar bin/targets/qualcommax/ipq50xx/ + run: tar -cvf b3000.tar ${{ env.BUILD_PATH }}/ - name: Upload artifacts uses: actions/upload-artifact@v4 @@ -99,7 +99,7 @@ jobs: - name: Create release uses: softprops/action-gh-release@master with: - files: bin/targets/mediatek/mt7622/* + files: ${{ env.BUILD_PATH }}/* tag_name: ${{ env.RELEASE_PREFIX }}-${{ env.REMOTE_BRANCH }}-${{ env.RELEASE_DATE }} name: OpenWrt Gl.iNet B3000 - vanila - ${{ env.REMOTE_BRANCH }} - ${{ env.RELEASE_DATE }} body: |