Changing artifact name

pull/1416/head
Quentin VIGNAUD 2 weeks ago
parent e11fcf4897
commit 536e60182c

@ -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

Loading…
Cancel
Save