Skip to content

Commit

Permalink
1.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
pmtpro committed Jul 4, 2024
1 parent 4e10c90 commit e2f5485
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: zip repo
run: zip -r file-manager.zip . -x ".git/*" ".github/*"
run: zip -r -9 file-manager.zip . -x ".git/*" ".github/*"

- name: zip full
run: |
wget https://getcomposer.org/download/latest-stable/composer.phar
php composer.phar install
zip -r file-manager-full.zip . -x ".git/*" ".github/*" "file-manager.zip"
zip -r -9 file-manager-full.zip . -x ".git/*" ".github/*" "file-manager.zip"
- name: bump tag
Expand Down
6 changes: 3 additions & 3 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": 44,
"version": "1.0.44",
"message": "toi uu!"
"patch": 45,
"version": "1.0.45",
"message": "thay icon!"
}

0 comments on commit e2f5485

Please sign in to comment.