From 12c748534e4ef41dec1c3270117a99cf56c5deff Mon Sep 17 00:00:00 2001 From: Frank Haverland Date: Sun, 25 Sep 2022 18:36:15 +0200 Subject: [PATCH] cleanup initial-setup is now part of the release --- .github/workflows/build.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 27516344..1a950225 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -171,28 +171,6 @@ jobs: - -######################################################################################### -## Pack for a fresh install (USB flashing) -######################################################################################### - pack-for-fresh-install: - # creates old style binaries for fresh installation (backward compatible to wiki) - runs-on: ubuntu-latest - needs: build - - steps: - - uses: actions/checkout@v2 - - - name: Get generated files from cache - uses: actions/cache@v3 - with: - path: | - ./code/.pio/build/esp32cam/firmware.bin - ./code/.pio/build/esp32cam/partitions.bin - ./code/.pio/build/esp32cam/bootloader.bin - ./sd-card/html/version.txt - key: ${{ github.run_number }} - ######################################################################################### ## Prepare and create release #########################################################################################