Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
44bc3675
Commit
44bc3675
authored
1 year ago
by
Yaroslav Lobankov
Committed by
Yaroslav Lobankov
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
ci: fix artifact names in Clang related workflows
NO_DOC=ci NO_TEST=ci NO_CHANGELOG=ci
parent
e3ff3d5c
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/release_asan_clang.yml
+1
-1
1 addition, 1 deletion
.github/workflows/release_asan_clang.yml
.github/workflows/release_lto_clang.yml
+1
-1
1 addition, 1 deletion
.github/workflows/release_lto_clang.yml
with
2 additions
and
2 deletions
.github/workflows/release_asan_clang.yml
+
1
−
1
View file @
44bc3675
...
...
@@ -77,7 +77,7 @@ jobs:
uses
:
actions/upload-artifact@v3
if
:
failure()
with
:
name
:
release_asan_clang
11
name
:
release_asan_clang
retention-days
:
21
path
:
${{ env.VARDIR }}/artifacts
-
name
:
Upload artifacts to S3
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/release_lto_clang.yml
+
1
−
1
View file @
44bc3675
...
...
@@ -78,7 +78,7 @@ jobs:
uses
:
actions/upload-artifact@v3
if
:
failure()
with
:
name
:
release_lto_clang
11
name
:
release_lto_clang
retention-days
:
21
path
:
${{ env.VARDIR }}/artifacts
-
name
:
Upload artifacts to S3
...
...
This diff is collapsed.
Click to expand it.
Georgy Moshkin
@gmoshkin
mentioned in commit
ee31d67f
·
1 year ago
mentioned in commit
ee31d67f
mentioned in commit ee31d67f1fe92735f91a88643d7ec87089ef2fa1
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment