mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
add artifact in single include ci
This commit is contained in:
5
.github/workflows/single-include.yml
vendored
5
.github/workflows/single-include.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user