Skip to content

Commit bcc3003

Browse files
committed
download control binaries to tarball
1 parent 5dac976 commit bcc3003

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-push-tarball.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@ jobs:
5050
- name: Set up Python
5151
uses: actions/setup-python@v5
5252

53-
- name: Download Ansible Collections
53+
- name: Download Ansible Collections and Control Binaries
5454
if: github.event_name != 'pull_request'
5555
run: |
5656
pip install ansible-core
5757
mkdir -p collections
5858
ansible-galaxy collection download --download-path ./collections --requirements-file ansible_collections.txt
5959
cat ansible_collections.sha256 | sha256sum -c
60+
ansible-playbook playbooks/01-prepare.yaml --tags download-control-binaries -e "workingDir=$PWD"
6061
6162
- name: Add version file
6263
run: |
@@ -77,7 +78,7 @@ jobs:
7778
- name: Build tarball
7879
run: |
7980
tar --exclude='.git' --exclude='.gitignore' --exclude='.github' --exclude='scripts' \
80-
--exclude='Makefile.ci' \
81+
--exclude='Makefile.ci' --exclude='dist' \
8182
-czvf /tmp/enclave.tar.gz .
8283
mv /tmp/enclave.tar.gz .
8384
ls -lh enclave.tar.gz

0 commit comments

Comments
 (0)