Update workflow_without_post.yml

This commit is contained in:
CherretGit
2025-11-03 21:41:47 +07:00
committed by GitHub
parent ca65e0c6f1
commit 8b0945352a

View File

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