Update CrossBuild.yml

This commit is contained in:
philippe44
2021-03-14 14:18:16 -07:00
committed by GitHub
parent 46a43efd70
commit 574c7706a0

View File

@@ -27,10 +27,11 @@ jobs:
max-parallel: 1
matrix:
node: [I2S-4MFlash, ESP32-A1S, SqueezeAmp]
depth: [16, 32]
steps:
- name: Set target name
run: |
echo "TARGET_BUILD_NAME=${{ matrix.node }}" >> $GITHUB_ENV
echo "TARGET_BUILD_NAME=${{ matrix.node }}-${{ matrix.depth }}" >> $GITHUB_ENV
echo "build_version_prefix=V0." >> $GITHUB_ENV
- uses: actions/checkout@v2
with: