Skip to content

fix chat download out of memory error #88

fix chat download out of memory error

fix chat download out of memory error #88

Workflow file for this run

name: Update tag
on:
push:
branches: [ fdroid ]
jobs:
create-tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update git tag
run: |
git tag -f f-droid
git push -f origin f-droid