Hello, Thanks in advance for any help…
I have a config.yml file which compiles a python script with pyinstaller in multiple machines in parallel.
My workflow is triggered when i push a tag (no issue with triggers)
after it is triggered, 3 build jobs are run on windows(amd64), Linux(amd64), Linux(arm64)
Each build stores the binary file as an artifact (zipped), I want these artifacts to be published to Github Releases page via a final deploy job.
I am new to CircleCI, Please help me
- get all artifacts from the build jobs so i can use them with the deploy job
below is my reference code
my reference code can be found at :
https://github.com/wiz64/saavn-cli/blob/circleci-project-setup/.circleci/config.yml