File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -156,11 +156,13 @@ jobs:
156
156
sparse-checkout : |
157
157
.github/workflows/
158
158
sparse-checkout-cone-mode : false
159
- path : workflows
159
+ # Check out outside of working directory so the source checkout doesn't
160
+ # remove it.
161
+ path : ../workflows
160
162
161
163
- name : Setup Stage
162
164
id : setup-stage
163
- uses : ./workflows/.github/workflows/release-binaries-setup-stage
165
+ uses : .. /workflows/.github/workflows/release-binaries-setup-stage
164
166
165
167
- name : Checkout LLVM
166
168
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -194,7 +196,7 @@ jobs:
194
196
ls -ltr ${{ steps.setup-stage.outputs.build-prefix }}/build
195
197
196
198
- name : Save Stage
197
- uses : ./workflows/.github/workflows/release-binaries-save-stage
199
+ uses : .. /workflows/.github/workflows/release-binaries-save-stage
198
200
with :
199
201
build-prefix : ${{ steps.setup-stage.outputs.build-prefix }}
200
202
You can’t perform that action at this time.
0 commit comments