mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Update build.yml
This commit is contained in:
parent
2c627f088b
commit
0f3e581699
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue