add: GXDE Builder

This commit is contained in:
2024-10-28 22:04:40 +08:00
parent 81ab122d6b
commit ed3db29806
7 changed files with 59 additions and 40 deletions

13
.github/workflows/program-builder.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Building Program
run-name: Building ${{ GITHUB.REPOSITORY }}
on:
workflow_dispatch:
push:
tags:
- "*"
jobs:
call:
uses: GXDE-OS/GXDE/.github/workflows/building-deb.yml@master
secrets: inherit