Update build.yml

This commit is contained in:
Roman Kelesidis 2025-01-08 22:59:37 +07:00
commit 0f3e581699

View file

@ -24,8 +24,8 @@ jobs:
- name: Create archive
run: |
timestamp=$(date +%Y%m%d%H%M%S)
zip_name="build-$timestamp.zip"
zip -r "$zip_name" . -x "*/.git/*" "*/.github/*" "*/.gitignore/*"
zip_name="torrentpier-$timestamp.zip"
zip -r "$zip_name" . -x ".git/*" ".github/*"
echo "::set-output name=zip_name::$zip_name"
id: create_zip