Skip to content

Commit fffff04

Browse files
Store builds as an artifact with a short lifetime for PRs (CQ-1915)
1 parent 69b975c commit fffff04

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
@@ -95,6 +95,13 @@ jobs:
9595
echo "archive_filename=$archive_filename" >> $GITHUB_ENV
9696
echo "archive_path=$archive_path" >> $GITHUB_ENV
9797
98+
- name: Store conquest python as build artifact
99+
if: ${{ !inputs.artifactory-push }}
100+
uses: actions/upload-artifact@v4
101+
with:
102+
retention-days: 1
103+
path: "${{ env.archive_path }}/${{ env.archive_filename }}"
104+
98105
- name: Set up JFrog CLI
99106
if: ${{ inputs.artifactory-push }}
100107
uses: jfrog/setup-jfrog-cli@v4

0 commit comments

Comments
 (0)