Skip to content

Commit

Permalink
always export packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Dec 29, 2024
1 parent e1bbc0b commit 5b942dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@ jobs:
echo argument=--build=missing | tee $GITHUB_OUTPUT
fi
# No need to export local packages, if the previous build jobs in this chain already published to artifactory
- name: Conan export all packages
if: ${{ inputs.upload_to_artifactory != true }}
run: python scripts/conan_export_all_packages.py

- name: conan install
Expand Down

0 comments on commit 5b942dd

Please sign in to comment.