mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2026-08-05 07:35:53 +03:00
release workflow: removed license/readme/sha256 files
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user