From eba508610a8489f6c489981132215ced682c6f57 Mon Sep 17 00:00:00 2001 From: hzy Date: Wed, 21 Jun 2023 02:51:08 +0800 Subject: [PATCH] Fix path --- .github/workflows/release.yml | 1 + test.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d7d6e9..47e83cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,6 +94,7 @@ jobs: uses: actions/download-artifact@v3 with: name: ${{ matrix.branch }}-${{ matrix.arch }} + path: ${{ matrix.branch }}-${{ matrix.arch }}/ - name: Setup QEMU binfmt run: | diff --git a/test.sh b/test.sh index c8cb421..17fca07 100755 --- a/test.sh +++ b/test.sh @@ -17,7 +17,7 @@ opkg-key add /ci/emulator-openwrt.key.pub # Install feed . /etc/os-release DIST="$(echo "openwrt-${VERSION_ID}" | grep -oE 'openwrt-[0-9]+\.[0-9]+' || echo "snapshot")" -echo "src/gz emulator file:///ci/${DIST}-${OPENWRT_ARCH}/" >>/etc/opkg/customfeeds.conf +echo "src/gz emulator file:///ci/${DIST}-${OPENWRT_ARCH}" >>/etc/opkg/customfeeds.conf echo "::group::Install python3-androidnativeemu" opkg update || true