From 289a1ea1f5f4f9ea3acc5d77901c3a851f30bb68 Mon Sep 17 00:00:00 2001 From: Ta180m Date: Tue, 16 Jun 2020 12:22:36 -0500 Subject: [PATCH] Added minimal-patches --- .github/workflows/buildRelease.yml | 16 ++++++++++++++++ README.md | 8 ++++---- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildRelease.yml b/.github/workflows/buildRelease.yml index 184ccbe..bca23ca 100644 --- a/.github/workflows/buildRelease.yml +++ b/.github/workflows/buildRelease.yml @@ -73,6 +73,12 @@ jobs: cd ./builder python ./builder.py isotope-mini output="./isotope-minimal.zip" >> ../output echo "" >> ../output + + - name: Compile Isotope-minimal-patches Zip + run: | + cd ./builder + python ./builder.py isotope-mini-patches output="./isotope-minimal-patches.zip" >> ../output + echo "" >> ../output - uses: pCYSl5EDgo/cat@master id: release @@ -128,4 +134,14 @@ jobs: asset_name: isotope-minimal_v${{ env.VERSION }}.zip asset_content_type: application/zip + - name: Upload Release Asset - Isotope-Minimal-Patches + id: upload-release-asset3 + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps + asset_path: ./builder/isotope-minimal-patches.zip + asset_name: isotope-minimal-patches_v${{ env.VERSION }}.zip + asset_content_type: application/zip diff --git a/README.md b/README.md index b29a853..ab32925 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## A custom all-in-one CFW package for the Nintendo Switch, based on Kosmos and Deepsea. +### A custom all-in-one CFW package for the Nintendo Switch, based on Kosmos and Deepsea. --- @@ -26,11 +26,11 @@ Send the Hekate payload to your Switch in RCM mode and launch the CFW ## Featuring -#### Minimal Package +#### Every Package * [Atmosphère](https://github.com/Atmosphere-NX/Atmosphere) * [Hekate](https://github.com/CTCaer/hekate) -#### Normal - everything above, AND +### Normal Packages * [Hekate Icons](https://github.com/NicholeMattera/Hekate-Icons) * [Homebrew App Store](https://gitlab.com/4TU/hb-appstore) * [EdiZon](https://github.com/WerWolv/EdiZon) @@ -52,7 +52,7 @@ Send the Hekate payload to your Switch in RCM mode and launch the CFW * [sys-ftpd-light](https://github.com/cathery/sys-ftpd-light) * [ldn_mitm](https://github.com/spacemeowx2/ldn_mitm) -#### Patched - everything above, AND +### Patches Packages * [HarukoNX/PKG2-Patches](https://github.com/HarukoNX/PKG2-Patches) * [HarukoNX/ES-Patches](https://github.com/HarukoNX/ES-Patches)