release workflow: removed license/readme/sha256 files

This commit is contained in:
Flowseal
2026-07-22 08:01:27 +03:00
parent c05cddaece
commit c3b30cd233

View File

@@ -41,14 +41,6 @@ jobs:
cp -r utils "$NAME/"
cp *.bat "$NAME/"
cp README.md "$NAME/"
cp LICENSE.txt "$NAME/"
(
cd "$NAME"
find . -type f -exec sha256sum {} \;
) > "$NAME/SHA256SUMS.txt"
- name: Create archives
run: |
NAME="zapret-discord-youtube-${{ github.event.inputs.tag }}"