mirror of
https://github.com/egor-white/zaprett.git
synced 2025-12-31 23:59:50 +05:00
Update workflow.yml
This commit is contained in:
8
.github/workflows/workflow.yml
vendored
8
.github/workflows/workflow.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Make build dirs
|
||||
run: mkdir -p zaprett-default/system/bin zaprett-extended/system/bin zaprett-tv/system/bin zapret-latest out
|
||||
run: mkdir -p zaprett-default/system/bin zaprett-extended/system/bin zaprett-tv/system/bin zaprett-default/system/etc zapret-latest out
|
||||
|
||||
- name: Download latest zapret binaries
|
||||
run: |
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
ls -la zapret-latest
|
||||
ls -la $GITHUB_WORKSPACE
|
||||
|
||||
- name: Copy binaries to dirs
|
||||
- name: Copy files to dirs
|
||||
run: |
|
||||
#copy nfqws and zaprett
|
||||
cp zapret-latest/binaries/android-arm/nfqws zaprett-default/system/bin/nfqws_arm32
|
||||
@@ -61,6 +61,10 @@ jobs:
|
||||
cp zapret-latest/binaries/linux-mips/nfqws zaprett-default/system/bin/nfqws_mips
|
||||
cp zapret-latest/binaries/linux-mipsel/nfqws zaprett-default/system/bin/nfqws_mipsel
|
||||
cp zaprett zaprett-default/system/bin/
|
||||
|
||||
cp src/customize.sh zaprett-default/
|
||||
cp src/service.sh zaprett-default/
|
||||
cp src/hosts zaprett-default/system/etc/
|
||||
|
||||
#copy all files to another distributions
|
||||
cp zaprett-default/system/* zaprett-extended/system/
|
||||
|
||||
Reference in New Issue
Block a user