[CI] Download radare2 module

Merge pull request #83 from tim-gromeyer/patch-1
This commit is contained in:
Kavish Devar
2025-03-24 01:34:48 +05:30
committed by GitHub

View File

@@ -64,8 +64,7 @@ jobs:
COMMITS=$(git log ${{ steps.fetch-tag.outputs.tag }}..HEAD --pretty=format:"- %s (%h)" --abbrev-commit)
echo "::set-output name=commits::${COMMITS}"
- name: Zip root-module directory
run: zip -r -0 ../btl2capfix.zip * --verbose
working-directory: root-module
run: sh ./build-magisk-module.sh
- name: Delete release if exist then create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}