mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-23 06:34:21 +00:00
[CI] Download radare2 module
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -64,11 +64,10 @@ 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 }}
|
||||||
run: |
|
run: |
|
||||||
gh release view "nightly" && gh release delete "nightly" -y --cleanup-tag
|
gh release view "nightly" && gh release delete "nightly" -y --cleanup-tag
|
||||||
gh release create "nightly" "./$APK_NAME" "./btl2capfix.zip" -p -t "Nightly Release" -n "${{ steps.get-commits.outputs.commits }}" --generate-notes
|
gh release create "nightly" "./$APK_NAME" "./btl2capfix.zip" -p -t "Nightly Release" -n "${{ steps.get-commits.outputs.commits }}" --generate-notes
|
||||||
|
|||||||
Reference in New Issue
Block a user