mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2026-01-31 10:25:03 -06:00
feat: Add new job
This commit is contained in:
Vendored
+3
-2
@@ -66,8 +66,9 @@ jobs:
|
||||
ruby-version: "2.6"
|
||||
bundler-cache: true
|
||||
working-directory: android
|
||||
|
||||
- run: |
|
||||
|
||||
- name: Build and publish artifacts
|
||||
run: |
|
||||
bundle exec fastlane publish_in_play_store track:${{ github.event.inputs.track }} is_draft:${{ github.event.inputs.is_draft }}
|
||||
bundle exec fastlane github branch:${{ steps.extract_branch.outputs.branch }} is_draft:${{ github.event.inputs.is_draft }}
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user