Fix finalize release step in publish beta workflow

This commit is contained in:
Violet Caulfield
2025-06-04 18:07:28 -05:00
parent ecbbabcf4d
commit 6030db63d0

View File

@@ -245,6 +245,9 @@ jobs:
ruby-version: '3.0'
bundler-cache: true
- name: 📦 Install dependencies
run: yarn install --network-concurrency 1
- name: ⬇️ Download Android Artifacts
if: ${{ github.event.inputs['build-platform'] == 'Android' || github.event.inputs['build-platform'] == 'Both' }}
uses: actions/download-artifact@v4