From db0ecc27a97bd148f72f62df9d62696b05db6233 Mon Sep 17 00:00:00 2001 From: Ruffalo Lavoisier Date: Wed, 11 Dec 2024 15:44:43 +0900 Subject: [PATCH] workflows: rename artifact to specific model type --- .github/workflows/test-EMULATOR.yml | 2 +- .github/workflows/test-OS.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-EMULATOR.yml b/.github/workflows/test-EMULATOR.yml index f7d1695d8..f2afdf1df 100644 --- a/.github/workflows/test-EMULATOR.yml +++ b/.github/workflows/test-EMULATOR.yml @@ -56,6 +56,6 @@ jobs: if: failure() uses: actions/upload-artifact@v4 with: - name: test-results + name: test-results-${{ matrix.build-configuration }} path: | build/Testing diff --git a/.github/workflows/test-OS.yml b/.github/workflows/test-OS.yml index d9c105e78..0b3a3280b 100644 --- a/.github/workflows/test-OS.yml +++ b/.github/workflows/test-OS.yml @@ -78,5 +78,5 @@ jobs: - name: Upload ${{ matrix.os }} firmware artifacts uses: actions/upload-artifact@v4 with: - name: firmwares-${{ matrix.os }} + name: firmwares-${{ matrix.os }}-${{ matrix.language }}-${{ matrix.model }} path: "*.bin" \ No newline at end of file