* fix language image artifact upload

This commit is contained in:
Jason2866 2025-02-03 16:29:21 +01:00 committed by GitHub
parent 35e2d43191
commit c773a95ff7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ jobs:
- name: Upload language firmware artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.variant }}
name: ${{ matrix.variant }}-${{ matrix.language }}
path: ./build_output
Start_final_copy:

View File

@ -190,7 +190,7 @@ jobs:
- name: Upload language firmware artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.variant }}
name: ${{ matrix.variant }}-${{ matrix.language }}
path: ./build_output
Release: