Skip to content

Commit

Permalink
workflows: add job for Kitsune
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsharkboy committed Aug 6, 2024
1 parent 289681b commit c94ef74
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/magisk_patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
devices: beyond0lte,beyond1lte,beyond2lte,beyondx,d1,d2s,d2x,f62
ota_link: https://raw.githubusercontent.com/Evolution-XYZ/OTA/udc/builds/

- name: Patch boot images with Kitsune
uses: 0xsharkboy/magisk-patch-action@main
with:
devices: beyond0lte,beyond1lte,beyond2lte,beyondx,d1,d2s,d2x,f62
ota_link: https://raw.githubusercontent.com/Evolution-XYZ/OTA/udc/builds/
args: '-k'

- name: Get current date
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV ; ls -R
Expand All @@ -26,5 +33,5 @@ jobs:
name: ${{ env.date }}
tag_name: ${{ github.run_id }}
make_latest: 'true'
files: ./script/out/*.img
files: ./script/out/*.img'

0 comments on commit c94ef74

Please sign in to comment.