Gh fix part 2 (#22928)

* fix language artifact upload
This commit is contained in:
Jason2866 2025-02-03 13:51:04 +01:00 committed by GitHub
parent 299f983610
commit 0c898b8d75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,5 +158,5 @@ jobs:
run: platformio run -e ${{ matrix.variant }}-${{ matrix.language }}
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.variant }}
name: ${{ matrix.variant }}-${{ matrix.language }}
path: ./build_output