Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
hzyitc committed Jun 20, 2023
1 parent af502fa commit eba5086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eba5086

Please sign in to comment.