mirror of
				https://gitee.com/spark-store-project/spark-store
				synced 2025-11-04 08:12:21 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			224 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			224 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
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
 |