Sfoglia il codice sorgente

use caches from changer

Frank Haverland 3 anni fa
parent
commit
5e93f1e8bd
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      .github/workflows/build.yaml

+ 7 - 0
.github/workflows/build.yaml

@@ -240,6 +240,13 @@ jobs:
             ./code/.pio/build/esp32cam/partitions.bin
             ./code/.pio/build/esp32cam/bootloader.bin
             ./sd-card/html/version.txt
+          key: ${{ github.run_number }}
+
+      # import the changes from 
+      - name: Get generated files from cache
+        uses: actions/cache@v3
+        with:
+          path: |
              ./dist
           key: ${{ github.run_number }}-pack-for-OTA-v2