Skip to content

Commit 759a26b

Browse files
authored
ARTIFACT
1 parent d88b33b commit 759a26b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/verify-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,11 @@ jobs:
254254
make
255255
echo !_____________________________!
256256
ls
257-
cat Makefile
257+
258+
- uses: actions/upload-artifact@v3
259+
with:
260+
name: my-artifact
261+
path: ./build
258262

259263
- name: Print config.log
260264
run: |

0 commit comments

Comments
 (0)