From caded7d1551a5fcdfd4fee9428ef6d3957a5e95f Mon Sep 17 00:00:00 2001 From: penumbra23 Date: Fri, 12 Jul 2024 14:27:35 +0200 Subject: [PATCH] Change runtime artifact name WIP: better to include a custom name instead of features --- .github/workflows/merge-srtool-runtime.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-srtool-runtime.yaml b/.github/workflows/merge-srtool-runtime.yaml index df7dae6a1..d0a9cae44 100644 --- a/.github/workflows/merge-srtool-runtime.yaml +++ b/.github/workflows/merge-srtool-runtime.yaml @@ -53,7 +53,7 @@ jobs: - name: Upload timechain runtime artifacts uses: actions/upload-artifact@v4 with: - name: timechain-runtime + name: timechain-runtime-${{ matrix.features }} if-no-files-found: error path: | ${{ steps.srtool_build.outputs.wasm_compressed }}