Skip to content

Commit 83b80a6

Browse files
committed
Fix name of artifact in nightly
1 parent 745a6c5 commit 83b80a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,17 @@ jobs:
4646
matrix:
4747
include:
4848
- os: macos15
49+
conan_profile: apple_clang_16
4950
build_type: Release
5051
integration_tests: false
5152
- os: heavy
53+
conan_profile: gcc
5254
build_type: Release
5355
container:
5456
image: rippleci/clio_ci:latest
5557
integration_tests: true
5658
- os: heavy
59+
conan_profile: gcc
5760
build_type: Debug
5861
container:
5962
image: rippleci/clio_ci:latest
@@ -148,7 +151,7 @@ jobs:
148151
tags: |
149152
type=raw,value=nightly
150153
type=raw,value=${{ github.sha }}
151-
artifact_name: clio_server_Linux_Release
154+
artifact_name: clio_server_Linux_Release_gcc
152155
strip_binary: true
153156
publish_image: ${{ github.event_name != 'pull_request' }}
154157

0 commit comments

Comments
 (0)