Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
linh0804 committed Jun 13, 2024
1 parent fb7d5a3 commit 663eb20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
wget https://getcomposer.org/download/latest-stable/composer.phar
php composer.phar install
zip -r file-manager-full.zip . -x ".git/*" ".github/*"
zip -r file-manager-full.zip . -x ".git/*" ".github/*" "file-manager.zip"
- name: bump tag
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"repo": "file-manager-main",
"major": 1,
"minor": 0,
"patch": 40,
"version": "1.0.40",
"patch": 41,
"version": "1.0.41",
"message": "sửa lỗi"
}

0 comments on commit 663eb20

Please sign in to comment.