Skip to content

Commit d5a96f8

Browse files
authored
[CI] Download radare2 module
Merge pull request #83 from tim-gromeyer/patch-1
2 parents 51f5a66 + 654e4ad commit d5a96f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,10 @@ jobs:
6464
COMMITS=$(git log ${{ steps.fetch-tag.outputs.tag }}..HEAD --pretty=format:"- %s (%h)" --abbrev-commit)
6565
echo "::set-output name=commits::${COMMITS}"
6666
- name: Zip root-module directory
67-
run: zip -r -0 ../btl2capfix.zip * --verbose
68-
working-directory: root-module
67+
run: sh ./build-magisk-module.sh
6968
- name: Delete release if exist then create release
7069
env:
7170
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7271
run: |
7372
gh release view "nightly" && gh release delete "nightly" -y --cleanup-tag
74-
gh release create "nightly" "./$APK_NAME" "./btl2capfix.zip" -p -t "Nightly Release" -n "${{ steps.get-commits.outputs.commits }}" --generate-notes
73+
gh release create "nightly" "./$APK_NAME" "./btl2capfix.zip" -p -t "Nightly Release" -n "${{ steps.get-commits.outputs.commits }}" --generate-notes

0 commit comments

Comments
 (0)