From 850494063c1b2529d88494e07b89c859af6226ed Mon Sep 17 00:00:00 2001 From: Ivan Zorin Date: Tue, 19 Dec 2023 03:27:00 +0300 Subject: [PATCH] push.yml: split metadata artifacts into two separated packages since now it's error by design in uploadV4 to stuff multiple files from different jobs/steps into artifact with the same name --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6c0fc38eb..34a18a3b0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -108,7 +108,7 @@ jobs: - name: Archive ${{ matrix.model }} index file uses: actions/upload-artifact@v4 with: - name: metadata + name: metadata_multi-lang path: source/Hexfile/${{ matrix.model }}_multi-lang.json