Skip to content

Commit d13be87

Browse files
committed
Copy workflows
1 parent 4ae38f3 commit d13be87

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release-binaries.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,12 @@ jobs:
158158
sparse-checkout-cone-mode: false
159159
# Check out outside of working directory so the source checkout doesn't
160160
# remove it.
161-
path: ../workflows
161+
path: workflows
162+
163+
# Move workflows so they don't get overwritten by checkout. The checkout job
164+
# requires checking out to github.workspace.
165+
- shell: bash
166+
run: mv workflows ../workflows-main
162167

163168
- name: Checkout LLVM
164169
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -168,7 +173,7 @@ jobs:
168173
- name: Copy main workflows
169174
shell: bash
170175
run: |
171-
mv ../workflows workflows-main
176+
mv ../workflows-main .
172177
173178
- name: Setup Stage
174179
id: setup-stage

0 commit comments

Comments
 (0)