Skip to content

Commit

Permalink
ci: allow sentry fdroid builds
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 2, 2025
1 parent 62e9794 commit def4e12
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ on:
default: 'true'
required: false
type: string
sentry_fdroid:
description: "Should we use sentry with fdroid build?"
default: 'false'
required: false
type: string

jobs:
release:
Expand Down Expand Up @@ -182,7 +187,7 @@ jobs:
- name: publish github
run: |
bundle exec fastlane android github create_tag:${{ inputs.publish }} publish:${{ inputs.publish }} sentry:false github:${{ inputs.github }}
bundle exec fastlane android github create_tag:${{ inputs.publish }} publish:${{ inputs.publish }} sentry:${{ inputs.sentry_fdroid }} github:${{ inputs.github }}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit def4e12

Please sign in to comment.