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