From 536e60182cd9804149f78c951a0e6a379f46ab5c Mon Sep 17 00:00:00 2001 From: Quentin VIGNAUD Date: Thu, 4 Dec 2025 15:30:22 +0100 Subject: [PATCH] Changing artifact name --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45b94a42..53551e60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: command: | run .melodium-ci/Compo.toml buildTestAya --repository_clone_url='"${{ github.repositoryUrl }}"' --repository_clone_ref='"${{ github.ref_name }}"' --github_contexts='$''{{{{ { "github": { "api_url": ${{ toJSON(github.api_url) }}, "repository": ${{ toJSON(github.repository) }}, "sha": ${{ toJSON(github.sha) }} }, "secrets": { "GITHUB_TOKEN": "'"$GITHUB_TOKEN"'" } } }}}}' artifact-path: 'logs/' + artifact-name: 'mel_buildTestAya' secrets: token: ${{ secrets.GITHUB_TOKEN }} buildTestAyaEbpf: @@ -36,6 +37,7 @@ jobs: command: | run .melodium-ci/Compo.toml buildTestAyaEbpf --repository_clone_url='"${{ github.repositoryUrl }}"' --repository_clone_ref='"${{ github.ref_name }}"' --github_contexts='$''{{{{ { "github": { "api_url": ${{ toJSON(github.api_url) }}, "repository": ${{ toJSON(github.repository) }}, "sha": ${{ toJSON(github.sha) }} }, "secrets": { "GITHUB_TOKEN": "'"$GITHUB_TOKEN"'" } } }}}}' artifact-path: 'logs/' + artifact-name: 'mel_buildTestAyaEbpf' secrets: token: ${{ secrets.GITHUB_TOKEN }} #runs-on: ubuntu-latest