mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-05-02 19:06:38 +00:00
[CI] Download radare2 module
Merge pull request #83 from tim-gromeyer/patch-1
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -64,8 +64,7 @@ jobs:
|
|||||||
COMMITS=$(git log ${{ steps.fetch-tag.outputs.tag }}..HEAD --pretty=format:"- %s (%h)" --abbrev-commit)
|
COMMITS=$(git log ${{ steps.fetch-tag.outputs.tag }}..HEAD --pretty=format:"- %s (%h)" --abbrev-commit)
|
||||||
echo "::set-output name=commits::${COMMITS}"
|
echo "::set-output name=commits::${COMMITS}"
|
||||||
- name: Zip root-module directory
|
- name: Zip root-module directory
|
||||||
run: zip -r -0 ../btl2capfix.zip * --verbose
|
run: sh ./build-magisk-module.sh
|
||||||
working-directory: root-module
|
|
||||||
- name: Delete release if exist then create release
|
- name: Delete release if exist then create release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user