Skip to content

Commit 2663a0f

Browse files
authored
Merge pull request #3975 from element-hq/quenting/release-ci/fix-unstable
Fix the unstable build CI job
2 parents b17014d + fe481fa commit 2663a0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -437,19 +437,19 @@ jobs:
437437
permissions:
438438
contents: write
439439
steps:
440+
- name: Checkout the code
441+
uses: actions/checkout@v4.2.2
442+
with:
443+
sparse-checkout: |
444+
.github/scripts
445+
440446
- name: Download the artifacts from the previous job
441447
uses: actions/download-artifact@v4
442448
with:
443449
pattern: mas-cli-*
444450
path: artifacts
445451
merge-multiple: true
446452

447-
- name: Checkout the code
448-
uses: actions/checkout@v4.2.2
449-
with:
450-
sparse-checkout: |
451-
.github/scripts
452-
453453
- name: Update unstable git tag
454454
uses: actions/github-script@v7.0.1
455455
with:

0 commit comments

Comments
 (0)