Skip to content

Commit 888ea07

Browse files
Store build logs as artifacts for inspection (CQ-1519)
1 parent 03faa0b commit 888ea07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-conquest-python.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@ jobs:
9797
echo "archive_path=$archive_path" >> $GITHUB_ENV
9898
echo $output
9999
100+
- name: Store build logs as build artifact
101+
uses: actions/upload-artifact@v4
102+
with:
103+
retention-days: 1
104+
path: "/opt/ccdc/third-party-sources/logs/*"
105+
name: "build_logs.zip"
106+
100107
- name: Store conquest python as build artifact
101108
if: ${{ !inputs.artifactory-push }}
102109
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)