From c4e69bc0363058af2190719776defc77e733c33c Mon Sep 17 00:00:00 2001 From: Frank Haverland Date: Mon, 19 Sep 2022 19:47:35 +0200 Subject: [PATCH] Revert "discard version files" This reverts commit 1c80c2108de997fea6ee9dac4b6182ce5a3d6c33. --- .github/workflows/build.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7a1ea58d..ebf7b681 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,11 +43,6 @@ jobs: - name: Copy artifacts to firmware folder run: | - # discard changes on version.txt and version.cpp - git checkout -- sd-card/html/version.txt - git checkout -- code/version.cpp - git checkout -- code/main/version.cpp - # copy builds to firmware folder for committing in next step cp -f "./code/.pio/build/esp32cam/firmware.bin" "firmware/firmware.bin" cp -f "./code/.pio/build/esp32cam/bootloader.bin" "firmware/bootloader.bin" cp -f "./code/.pio/build/esp32cam/partitions.bin" "firmware/partitions.bin" @@ -59,7 +54,7 @@ jobs: with: default_author: github_actions - + # Old OTA concept # firmware__*.zip needs to be unpacked before attaching to the release! # The bin filename can contain versioning.