projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53b2398
)
CI: fix archive name for sanitizer results.
author
Kirill Isakov
<is-kir@ya.ru>
Mon, 23 Aug 2021 07:00:44 +0000
(13:00 +0600)
committer
Kirill Isakov
<is-kir@ya.ru>
Mon, 23 Aug 2021 07:00:44 +0000
(13:00 +0600)
.github/workflows/test.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/test.yml
b/.github/workflows/test.yml
index
3961cae
..
db279cf
100644
(file)
--- a/
.github/workflows/test.yml
+++ b/
.github/workflows/test.yml
@@
-143,7
+143,7
@@
jobs:
- name: Upload test results
uses: actions/upload-artifact@v2
with:
- name: tests_
${{ env.ARTIFACT
}}
+ name: tests_
sanitizer_${{ matrix.sanitizer
}}
path: /tmp/logs/tests.*.tar.gz
if: always()