Automating Build Uploads (CI/CD)
For a fully automated workflow, you can use our uploader action to integrate Pie with your CI/CD pipeline. This automates the process of sending iOS and Android builds to the Pie platform whenever you create a release, merge a pull request, or on a set schedule.
To use this action, add a step to your workflow file that includes your Pie API key (stored as a secret) and the path to your zipped build file.
Example Usage
name: Upload Build to Pie
uses: pielabsai/upload-build-action@v1.2
with:
pie_api_key: ${{ secrets.PIE_API_KEY }}
build_path: path/to/your/build.zip