mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 04:12:30 -06:00
feat: Add new job
This commit is contained in:
3
.github/workflows/create_release.yml
vendored
3
.github/workflows/create_release.yml
vendored
@@ -67,7 +67,8 @@ jobs:
|
||||
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