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:
156156 sparse-checkout : |
157157 .github/workflows/
158158 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
160162
161163 - name : Setup Stage
162164 id : setup-stage
163- uses : ./workflows/.github/workflows/release-binaries-setup-stage
165+ uses : .. /workflows/.github/workflows/release-binaries-setup-stage
164166
165167 - name : Checkout LLVM
166168 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -194,7 +196,7 @@ jobs:
194196 ls -ltr ${{ steps.setup-stage.outputs.build-prefix }}/build
195197
196198 - name : Save Stage
197- uses : ./workflows/.github/workflows/release-binaries-save-stage
199+ uses : .. /workflows/.github/workflows/release-binaries-save-stage
198200 with :
199201 build-prefix : ${{ steps.setup-stage.outputs.build-prefix }}
200202
You can’t perform that action at this time.
0 commit comments