From 54a9bfb1db7e57970568304e8d671954614af071 Mon Sep 17 00:00:00 2001 From: Clara K Date: Fri, 27 Jan 2023 01:32:07 +0100 Subject: [PATCH 1/2] Update ReadMe.md --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 9ab83205d..66b961fef 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -23,7 +23,7 @@ The goal of this Firmware is to regularly bring out amazing updates based on wha - Giving the level system a purpose: Right now, each level unlocks a new wallpaper. More on that below -- Clean upgraded code: RM wrote some updates to certain files. These are... painful, to say the least. Here its all built with perfection in mind and integrated in a mostly clean way. I invite you all to compare the code with theirs. +- Clean upgraded code: Some people wrote updates to certain files. These are... painful, to say the least. Here its all built with perfection in mind and integrated in a mostly clean way. I invite you all to compare the code with theirs. - Up2Date: This firmware receives updates from a few repositories, not just from its Upstream. If there are functional, but yet un-merged Pull requests on another flipper firmware that are good, they will be in here! From d9ae5b4cb2277cd4358cc2c3cb39a36144f63583 Mon Sep 17 00:00:00 2001 From: WillyJL Date: Fri, 27 Jan 2023 00:54:51 +0000 Subject: [PATCH 2/2] Begone --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6344bc846..99f80fefa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,6 @@ jobs: mkdir artifacts - name: 'Bundle scripts' - if: ${{ !github.event.pull_request.head.repo.fork }} run: | tar czpf artifacts/flipper-z-any-scripts-${SUFFIX}.tgz scripts debug @@ -63,7 +62,6 @@ jobs: done - name: 'Move upload files' - if: ${{ !github.event.pull_request.head.repo.fork }} run: | set -e for TARGET in ${TARGETS}; do @@ -75,12 +73,10 @@ jobs: git diff --exit-code - name: 'Bundle resources' - if: ${{ !github.event.pull_request.head.repo.fork }} run: | tar czpf "artifacts/flipper-z-any-resources-${SUFFIX}.tgz" -C assets resources - name: 'Bundle core2 firmware' - if: ${{ !github.event.pull_request.head.repo.fork }} run: | cp build/core2_firmware.tgz "artifacts/flipper-z-any-core2_firmware-${SUFFIX}.tgz"