Skip to content

Commit

Permalink
dist to devtools as 7z
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed May 22, 2024
1 parent e8e8295 commit 3f39410
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
body_path: ${{ env.DIST_NOTES }}
files: |
./seprate/*.zip
./seprate/*.7z
${{ env.DIST_VERLIST }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 3 additions & 1 deletion 1k/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,10 @@ for (( i=0; i<${libs_count}; ++i )); do
if [ $DIST_REVISION = 'devtools' ] ; then
mv ./$lib_name ./$lib_name-$ver
lib_name=$lib_name-$ver
7z a -r ../seprate/$lib_name.zip ./$lib_name
else
zip -q -r ../seprate/$lib_name.zip ./$lib_name
fi
zip -q -r ../seprate/$lib_name.zip ./$lib_name
cd ..
done

Expand Down

0 comments on commit 3f39410

Please sign in to comment.