We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f18fd5 commit d46f43dCopy full SHA for d46f43d
1 file changed
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/upload-artifact@v4
21
with:
22
name: compilation_log
23
- path: compilation.log
+ path: compilation*.log
24
- run: ./build/hello_world
25
26
run-notifier:
@@ -31,6 +31,7 @@ jobs:
31
name: MyEnvironment
32
steps:
33
- uses: actions/checkout@v4
34
+ - uses: actions/download-artifact@v4
35
- uses: ./
36
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments