Skip to content

Commit d46f43d

Browse files
committed
download artifacts
1 parent 3f18fd5 commit d46f43d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/upload-artifact@v4
2121
with:
2222
name: compilation_log
23-
path: compilation.log
23+
path: compilation*.log
2424
- run: ./build/hello_world
2525

2626
run-notifier:
@@ -31,6 +31,7 @@ jobs:
3131
name: MyEnvironment
3232
steps:
3333
- uses: actions/checkout@v4
34+
- uses: actions/download-artifact@v4
3435
- uses: ./
3536
with:
3637
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)