فهرست منبع

Update build.yaml

CaCO3 3 سال پیش
والد
کامیت
99b6393fbc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/build.yaml

+ 1 - 1
.github/workflows/build.yaml

@@ -25,7 +25,7 @@ jobs:
 
     - name: Build Firmware
 #      run: touch firmware.bin # Testing
-      run: cd code; platformio run --environment esp32cam; cp .pio/build/esp32cam/firmware.bin ../firmware__${{ github.ref_name }}__${{ steps.vars.outputs.sha_short }}.bin; ll -h ../firmware__${{ github.ref_name }}__${{ steps.vars.outputs.sha_short }}.bin
+      run: cd code; platformio run --environment esp32cam; ls -lh .pio/build/esp32cam/; cp .pio/build/esp32cam/firmware.bin ../firmware__${{ github.ref_name }}__${{ steps.vars.outputs.sha_short }}.bin; ls -lh ../firmware__${{ github.ref_name }}__${{ steps.vars.outputs.sha_short }}.bin
 
     - name: Set outputs
       id: vars