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 69b975c commit fffff04Copy full SHA for fffff04
.github/workflows/build-conquest-python.yml
@@ -95,6 +95,13 @@ jobs:
95
echo "archive_filename=$archive_filename" >> $GITHUB_ENV
96
echo "archive_path=$archive_path" >> $GITHUB_ENV
97
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
+
105
- name: Set up JFrog CLI
106
if: ${{ inputs.artifactory-push }}
107
uses: jfrog/setup-jfrog-cli@v4
0 commit comments