mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-05 18:40:01 -06:00
Fix finalize release step in publish beta workflow
This commit is contained in:
3
.github/workflows/publish-beta.yml
vendored
3
.github/workflows/publish-beta.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user