Files
eden/.forgejo/workflows/sources.yml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
334 B
YAML
Raw Normal View History

name: tx-src
on:
push:
branches: [ master ]
jobs:
2025-11-12 05:21:49 +01:00
sources:
runs-on: source
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push New Sources
run: |
export PATH=/usr/lib/qt6/bin:$PATH
./tools/translations/qt-source.sh
tx-cli push -s