diff options
-rw-r--r-- | .github/workflows/build-openwrt.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index c3ac1af15..7f30aed80 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -59,7 +59,7 @@ jobs: - name: Build uses: openwrt/gh-action-sdk@main env: - ARCH: ${{ matrix.arch }} + ARCH: ${{ matrix.arch }}-snapshot FEED_DIR: ${{ github.workspace }}/packages/openwrt FEEDNAME: ndpid_openwrt_packages_ci PACKAGES: nDPId-testing |