Skip to content

Commit

Permalink
upload keys as well!
Browse files Browse the repository at this point in the history
  • Loading branch information
ratcoded authored Feb 9, 2024
1 parent 3e7b2fd commit f1c9fcb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/urlpatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,13 @@ jobs:
retention-days: 15
compression-level: 0
overwrite: true

- name: Upload keys for patched image
uses: actions/upload-artifact@v4
with:
path: /home/runner/work/fastboot-patcher/fastboot-patcher/keys/*.*
name: Patched Image Key Bundle
if-no-files-found: error
retention-days: 15
compression-level: 0
overwrite: true

0 comments on commit f1c9fcb

Please sign in to comment.