mirror of
https://github.com/egor-white/zaprett.git
synced 2025-12-10 05:19:42 +05:00
Update workflow_without_post.yml
This commit is contained in:
5
.github/workflows/workflow_without_post.yml
vendored
5
.github/workflows/workflow_without_post.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user