We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e780fe commit d3e2a46Copy full SHA for d3e2a46
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
id: context
37
- uses: actions/upload-artifact@v4
38
with:
39
- name: compilation_${{ github.run_id }}_${{ steps.context.outputs.job_id }}_3_log
+ name: compilation_${{ github.run_id }}_${{ steps.context.outputs.job_id }}_${{ job.check_run_id }}_log
40
path: compilation*.log
41
- run: ./build/hello_world
42
0 commit comments