mv binary to the project root

This commit is contained in:
Ildar Kamalov
2025-01-31 18:46:20 +03:00
parent 215036b4bc
commit c4c58c0eed
2 changed files with 4 additions and 4 deletions

View File

@@ -194,11 +194,11 @@
export CI=true
tar -xzf dist/AdGuardHome_linux_amd64.tar.gz -C /
tar -xzf dist/AdGuardHome_linux_amd64.tar.gz -C ./
chmod +x /AdGuardHome
chmod +x ./AdGuardHome
ls -l /AdGuardHome
ls -l ./AdGuardHome
make VERBOSE=1 js-deps js-test-e2e
'requirements':