We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3501eaa commit 568045aCopy full SHA for 568045a
.github/workflows/build-conquest-python.yml
@@ -97,6 +97,14 @@ jobs:
97
echo "archive_path=$archive_path" >> $GITHUB_ENV
98
echo $output
99
100
+ - name: Output logs
101
+ run: |
102
+ for filename in /opt/ccdc/third-party-sources/logs/*; do
103
+ echo "::group::${filename}"
104
+ cat "$filename"
105
+ echo "::endgroup::"
106
+ done
107
+
108
- name: Store build logs as build artifact
109
uses: actions/upload-artifact@v4
110
with:
0 commit comments