浏览代码

Merge branch 'master-cmake' of https://github.com/sle118/squeezelite-esp32 into master-cmake

Philippe G 4 年之前
父节点
当前提交
4b719deddf
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/CrossBuild.yml

+ 2 - 1
.github/workflows/CrossBuild.yml

@@ -26,7 +26,7 @@ jobs:
     strategy:
       max-parallel: 1
       matrix:
-        node: [I2S-4MFlash, ESP32-A1S, SqueezeAmp]
+        node: [I2S-4MFlash, SqueezeAMP, ESP32-A1S]
         depth: [16, 32]
     steps:
     - name: Set target name
@@ -113,6 +113,7 @@ jobs:
           build/size_comp1.txt
           build/size_comp2.txt
           partitions.csv
+          sdkconfig
           build_output.zip
     - uses: actions/upload-artifact@v2
       with: