From 1f3fd3b2f64834448a82126d73e77c539f4c31c5 Mon Sep 17 00:00:00 2001 From: egor-white <68005462+egor-white@users.noreply.github.com> Date: Sat, 14 Jun 2025 12:08:48 +0300 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a03bf88..0b641d3 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -9,10 +9,14 @@ on: type: string release_name: description: 'Release Name' - required: true + required: false type: string release_notes: - description: 'Release Description' + description: 'Release Notes' + required: true + type: string + new_changelog: + description: 'Update Changelog' required: true type: string jobs: @@ -49,13 +53,15 @@ jobs: - name: Copy binaries to dirs run: | + #copy nfqws and zaprett cp zapret-latest/binaries/android-arm/nfqws zaprett-default/system/bin/nfqws_arm32 cp zapret-latest/binaries/android-arm64/nfqws zaprett-default/system/bin/nfqws_arm64 cp zapret-latest/binaries/android-x86/nfqws zaprett-default/system/bin/nfqws_x86 cp zapret-latest/binaries/android-x86_64/nfqws zaprett-default/system/bin/nfqws_x86_64 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 zaprett zaprett-default/system/bin/ - cp zaprett-default/system/bin/* zaprett-extended/system/bin/ - cp zaprett-default/system/bin/* zaprett-tv/system/bin/ \ No newline at end of file + #copy all files to another distributions + cp zaprett-default/system/* zaprett-extended/system/ + cp zaprett-default/system/* zaprett-tv/system/ \ No newline at end of file