File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22name : Build Compiled Assets
33
44on :
5- workflow_dispatch :
6- inputs :
7- sha :
8- type : string
9- description : " The sha"
10- release :
11- type : boolean
12- default : false
13- description : " Attach artifacts to a release"
5+ push :
6+ - th/debug
147 workflow_call :
158 inputs :
169 release :
6356 - uses : actions/checkout@v4
6457 with :
6558 submodules : true
66- - uses : actions/checkout@v4
67- if : ${{ inputs.sha }}
68- with :
69- sha : ${{ inputs.sha }}
70- submodules : true
7159 - name : Set up Python 3.11
7260 uses : actions/setup-python@v3
7361 with :
@@ -112,15 +100,11 @@ jobs:
112100 - distro : " python:3.11-bullseye"
113101 arch : arm64
114102 distro_name : linux
103+
115104 steps :
116105 - uses : actions/checkout@v4
117106 with :
118107 submodules : true
119- - uses : actions/checkout@v4
120- if : ${{ inputs.sha }}
121- with :
122- sha : ${{ inputs.sha }}
123- submodules : true
124108 - name : Set up QEMU
125109 uses : docker/setup-qemu-action@v1
126110 with :
You can’t perform that action at this time.
0 commit comments