Update workflow.yml

This commit is contained in:
CherretGit
2025-11-03 21:43:02 +07:00
committed by GitHub
parent 8b0945352a
commit 5e64628d7f

View File

@@ -96,9 +96,6 @@ jobs:
updateJson=https://raw.githubusercontent.com/egor-white/zaprett/refs/heads/main/update-hosts.json
EOF
- name: Tree files
run: |
tree zaprett/ zaprett-hosts/ zaprett-tv/
- name: Create archives
run: |
cd zaprett && zip -r ../zaprett.zip ./* && cd ..
@@ -125,8 +122,6 @@ jobs:
name: zaprett
path: out/*
- name: Update changelog
if: ${{ inputs.create_release == 'true' }}
run: echo "${{ inputs.release_changes }}" > changelog.md