File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -160,15 +160,20 @@ jobs:
160
160
# remove it.
161
161
path : ../workflows
162
162
163
- - name : Setup Stage
164
- id : setup-stage
165
- uses : " ${{ github.workspace }}/../workflows/.github/workflows/release-binaries-setup-stage"
166
-
167
163
- name : Checkout LLVM
168
164
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
169
165
with :
170
166
ref : ${{ needs.prepare.outputs.ref }}
171
167
168
+ - name : Copy main workflows
169
+ shell : bash
170
+ run : |
171
+ mv ../workflows workflows-main
172
+
173
+ - name : Setup Stage
174
+ id : setup-stage
175
+ uses : ./workflows-main/.github/workflows/release-binaries-setup-stage
176
+
172
177
- name : Setup sccache
173
178
uses : hendrikmuhs/ccache-action@ca3acd2731eef11f1572ccb126356c2f9298d35e # v1.2.9
174
179
with :
@@ -196,7 +201,7 @@ jobs:
196
201
ls -ltr ${{ steps.setup-stage.outputs.build-prefix }}/build
197
202
198
203
- name : Save Stage
199
- uses : " ${{ github.workspace }}/../ workflows/.github/workflows/release-binaries-save-stage"
204
+ uses : ./ workflows-main /.github/workflows/release-binaries-save-stage
200
205
with :
201
206
build-prefix : ${{ steps.setup-stage.outputs.build-prefix }}
202
207
You can’t perform that action at this time.
0 commit comments