Skip to content
Snippets Groups Projects
Commit 44bc3675 authored by Yaroslav Lobankov's avatar Yaroslav Lobankov Committed by Yaroslav Lobankov
Browse files

ci: fix artifact names in Clang related workflows

NO_DOC=ci
NO_TEST=ci
NO_CHANGELOG=ci
parent e3ff3d5c
No related merge requests found
......@@ -77,7 +77,7 @@ jobs:
uses: actions/upload-artifact@v3
if: failure()
with:
name: release_asan_clang11
name: release_asan_clang
retention-days: 21
path: ${{ env.VARDIR }}/artifacts
- name: Upload artifacts to S3
......
......@@ -78,7 +78,7 @@ jobs:
uses: actions/upload-artifact@v3
if: failure()
with:
name: release_lto_clang11
name: release_lto_clang
retention-days: 21
path: ${{ env.VARDIR }}/artifacts
- name: Upload artifacts to S3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment