From 7b872154604ef65364949108942bd4de4c40e4a4 Mon Sep 17 00:00:00 2001 From: egor-white <68005462+egor-white@users.noreply.github.com> Date: Sat, 14 Jun 2025 09:57:11 +0300 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1e7e1b7..39706b2 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -41,10 +41,13 @@ jobs: fi rm -rf "${ZAPRET_DIR}" rm zapret-latest.zip - - name: Debug + + - name: Check files run: | ls -la zapret-latest ls -la $GITHUB_WORKSPACE - - - + + - name: Copy binaries to dirs + run: | + cp zapret-latest/binaries/android-arm/nfqws zaprett/system/bin/nfqws_arm32 + \ No newline at end of file