mirror of
https://gitee.com/spark-store-project/uos-packaging-tools
synced 2025-07-13 09:22:21 +08:00
builder
This commit is contained in:
parent
82dd675104
commit
58a55b3ab6
13
.github/program-builder.yml
vendored
Normal file
13
.github/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
|
Loading…
x
Reference in New Issue
Block a user