find de build
This commit is contained in:
parent
eec16237eb
commit
f11f2505e8
1 changed files with 5 additions and 3 deletions
|
|
@ -6,8 +6,9 @@ build_release_files(){
|
||||||
}
|
}
|
||||||
|
|
||||||
get_release_files(){
|
get_release_files(){
|
||||||
find build/web
|
echo "---->Obteniendo archivos de release"
|
||||||
find build/linux/x64/release/bundle
|
find build/
|
||||||
|
echo "<----"
|
||||||
pushd build/web && zip -r ../../webapp.zip * && popd
|
pushd build/web && zip -r ../../webapp.zip * && popd
|
||||||
pushd build/linux/x64/release/bundle && zip -r ../../../../../linux-bin.zip * && popd
|
pushd build/linux/x64/release/bundle && zip -r ../../../../../linux-bin.zip * && popd
|
||||||
echo ./build/app/outputs/flutter-apk/app-release.apk linux-bin.zip webapp.zip
|
echo ./build/app/outputs/flutter-apk/app-release.apk linux-bin.zip webapp.zip
|
||||||
|
|
@ -20,4 +21,5 @@ main(){
|
||||||
gh release create $TAG $FILES
|
gh release create $TAG $FILES
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
get_release_files
|
||||||
|
#main
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue