Skip to content

feat: scale only foreground or the whole icon #21

feat: scale only foreground or the whole icon

feat: scale only foreground or the whole icon #21

name: Crowdin upload
on:
push:
branches: [ "master" ]
paths:
- app/src/main/res/values/strings.xml
workflow_dispatch:
jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Upload sources
uses: crowdin/github-action@v2
with:
upload_translations: false
upload_sources: true
download_translations: false
create_pull_request: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}