You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
341 B
19 lines
341 B
name: tx-src
|
|
|
|
on:
|
|
push:
|
|
branches: [ master ]
|
|
|
|
jobs:
|
|
license-header:
|
|
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
|