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 03faa0b commit 888ea07Copy full SHA for 888ea07
.github/workflows/build-conquest-python.yml
@@ -97,6 +97,13 @@ jobs:
97
echo "archive_path=$archive_path" >> $GITHUB_ENV
98
echo $output
99
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
+
107
- name: Store conquest python as build artifact
108
if: ${{ !inputs.artifactory-push }}
109
uses: actions/upload-artifact@v4
0 commit comments