mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-04-27 05:01:05 +00:00
Compare commits
3 Commits
deploy-202
...
deploy-202
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8721073e15 | ||
|
|
38e6e5beec | ||
|
|
9c1a15900c |
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -7,12 +7,18 @@ on:
|
||||
- master
|
||||
- test
|
||||
- dev
|
||||
tags-ignore:
|
||||
- deploy-*
|
||||
- test-*
|
||||
- master-*
|
||||
ignore-paths:
|
||||
- '.github'
|
||||
- 'README.md'
|
||||
pull_request:
|
||||
branchs:
|
||||
- master
|
||||
- test
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
||||
@@ -76,9 +76,12 @@ pack() {
|
||||
done
|
||||
gerneral_applist
|
||||
|
||||
mkdir -p ${pack_dir}/appstore 2> /dev/null
|
||||
cp -rf appsbin ${pack_dir}/
|
||||
cp -rf temp ${pack_dir}/
|
||||
test ! -d ${pack_dir}/appstore && mkdir -p ${pack_dir}/appstore
|
||||
test ! -d ${pack_dir}/temp && mkdir -p ${pack_dir}/temp
|
||||
test ! -d ${pack_dir}/appsbin && mkdir -p ${pack_dir}/appsbin
|
||||
|
||||
cp -rf appsbin/* ${pack_dir}/appsbin/
|
||||
cp -rf temp/* ${pack_dir}/temp/
|
||||
cp -rf install.sh ${pack_dir}/
|
||||
mv -f appstore/* ${pack_dir}/appstore/
|
||||
mv -f applist.txt ${pack_dir}/
|
||||
@@ -131,7 +134,7 @@ deploy() {
|
||||
git add .
|
||||
git commit -m "$(TZ='Asia/Shanghai' date "+%Y-%m-%d %H:%M:%S")" -a
|
||||
fi
|
||||
# git lfs push "$3" --all
|
||||
git lfs push "$3" --all
|
||||
git push "$3"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user