From f69654fd2ae910b70779aa8bb93572e9574f9500 Mon Sep 17 00:00:00 2001 From: pantor Date: Wed, 18 Mar 2020 13:11:10 +0100 Subject: [PATCH] add artifact in single include ci --- .github/workflows/single-include.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/single-include.yml b/.github/workflows/single-include.yml index f7b8655..e147eff 100644 --- a/.github/workflows/single-include.yml +++ b/.github/workflows/single-include.yml @@ -17,3 +17,8 @@ jobs: working-directory: ${{runner.workspace}}/inja/single_include/ shell: bash run: diff inja/inja.hpp inja/inja_old.hpp >/dev/null + + - uses: actions/upload-artifact@v1 + with: + name: single_include_inja.hpp + path: single_include/inja/inja.hpp