From f7fb326ecab786ef8bd33930eb6d86cee66b3299 Mon Sep 17 00:00:00 2001
From: "Glenn Y. Rolland" <glenux@glenux.net>
Date: Tue, 21 Dec 2021 15:52:30 +0100
Subject: [PATCH] ci: fix upload artifacts

---
 .github/workflows/build-and-publish.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml
index 46e41fa..cb0ebb5 100644
--- a/.github/workflows/build-and-publish.yml
+++ b/.github/workflows/build-and-publish.yml
@@ -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)"