feature/backend-rewrite #2

Open
kamil wants to merge 236 commits from feature/backend-rewrite into main
Showing only changes of commit 93390fab64 - Show all commits

View File

@@ -28,11 +28,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
working-directory: ios/LibNovel
- name: Install fastlane
run: |
gem install bundler
bundle install
# Use Homebrew to install fastlane (includes all dependencies)
brew install fastlane
- name: Import signing certificate
env:
@@ -70,7 +69,7 @@ jobs:
BUILD_NUMBER: ${{ gitea.run_number }}
PROVISIONING_PROFILE_NAME: LibNovel Distribution
working-directory: ios/LibNovel
run: bundle exec fastlane beta
run: fastlane beta
- name: Cleanup keychain
if: always()