From f1c9fcbb9ad812fbe9551c01cb4dccca8256ed39 Mon Sep 17 00:00:00 2001 From: engineer4t <157131611+engineer4t@users.noreply.github.com> Date: Fri, 9 Feb 2024 11:32:10 -0400 Subject: [PATCH] upload keys as well! --- .github/workflows/urlpatch.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/urlpatch.yml b/.github/workflows/urlpatch.yml index f68ebe3..18d5789 100644 --- a/.github/workflows/urlpatch.yml +++ b/.github/workflows/urlpatch.yml @@ -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