Update fastlane.yml
This commit is contained in:
28
.github/workflows/fastlane.yml
vendored
28
.github/workflows/fastlane.yml
vendored
@@ -3,26 +3,6 @@ name: Fastlane
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# build-ios:
|
|
||||||
# runs-on: macos-latest
|
|
||||||
# steps:
|
|
||||||
# - uses: actions/checkout@v1
|
|
||||||
# - name: Install Node dependencies
|
|
||||||
# run: npm install
|
|
||||||
# - name: Install CocoaPods dependencies
|
|
||||||
# run: pod install --project-directory=./ios
|
|
||||||
# - name: Run fastlane setup
|
|
||||||
# env:
|
|
||||||
# APPLE_ACCOUNT: ${{ secrets.APPLE_ACCOUNT }}
|
|
||||||
# TEAM_ID: ${{ secrets.TEAM_ID }}
|
|
||||||
# run: |
|
|
||||||
# cd ios
|
|
||||||
# fastlane beta --verbose
|
|
||||||
# - name: Upload artifact
|
|
||||||
# uses: actions/upload-artifact@v2
|
|
||||||
# with:
|
|
||||||
# name: my-artifact
|
|
||||||
# path: output/*.ipa
|
|
||||||
build-android:
|
build-android:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -33,11 +13,9 @@ jobs:
|
|||||||
- name: Set up Ruby 2.6
|
- name: Set up Ruby 2.6
|
||||||
uses: actions/setup-ruby@v1
|
uses: actions/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.6.x
|
ruby-version: 2.7.x
|
||||||
- name: Install fastlane
|
- name: Install fastlane
|
||||||
run: |
|
run: bundle install -j 6
|
||||||
gem install bundler
|
|
||||||
bundle install -j 6
|
|
||||||
- name: Install Node dependencies
|
- name: Install Node dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Generate APK
|
- name: Generate APK
|
||||||
@@ -52,4 +30,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: jellyfin-audio-player-android-${{ steps.vars.outputs.sha_short }}.apk
|
name: jellyfin-audio-player-android-${{ steps.vars.outputs.sha_short }}.apk
|
||||||
path: android/app/build/outputs/**/*.apk
|
path: android/app/build/outputs/**/*.apk
|
||||||
|
|||||||
Reference in New Issue
Block a user