reverse merge

Merge pull request  from shenmo/master
This commit is contained in:
shenmo 2024-10-20 08:11:56 +00:00 committed by Gitee
commit 64d5e51ef3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

13
.github/workflows/program-builder.yml vendored Normal 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