cleanup initial-setup is now part of the release

This commit is contained in:
Frank Haverland
2022-09-25 18:36:15 +02:00
parent b1b76feeb0
commit 12c748534e

View File

@@ -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
#########################################################################################