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"