浏览代码

2.x version are for 4.3 IDF

philippe44 2 年之前
父节点
当前提交
6e8b124317
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/esp-idf-v4.3-build.yml

+ 1 - 1
.github/workflows/esp-idf-v4.3-build.yml

@@ -31,7 +31,7 @@ jobs:
     - name: Set target name
       run: |
         echo "TARGET_BUILD_NAME=${{ matrix.node }}" >> $GITHUB_ENV
-        echo "build_version_prefix=1." >> $GITHUB_ENV
+        echo "build_version_prefix=2." >> $GITHUB_ENV
     - uses: actions/checkout@v2
       with:
         fetch-depth: 15