ci: fix upload artifacts
This commit is contained in:
parent
750d5052d3
commit
f038432f4f
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build-and-publish.yml
vendored
6
.github/workflows/build-and-publish.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: "Build and Publish"
|
||||
name: "Build, Test and Publish"
|
||||
|
||||
on:
|
||||
# run it on push to the default repository branch
|
||||
|
@ -54,7 +54,9 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: teaching-boilerplate-image
|
||||
path: /tmp/
|
||||
path: |
|
||||
/tmp/teaching-boilerplate.image.tar
|
||||
/tmp/extra.env
|
||||
|
||||
test-docker-image:
|
||||
name: "Test docker image (build PDF and HTML)"
|
||||
|
|
Loading…
Reference in a new issue