Skip to content

Commit 928bf2e

Browse files
committed
Prepare artifacts in the right order
1 parent 2383c1e commit 928bf2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/reusable-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
path: release_artifacts
7070
pattern: clio_server_*
7171

72+
- name: Prepare release artifacts
73+
run: .github/scripts/prepare-release-artifacts.sh release_artifacts
74+
7275
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7376
with:
7477
path: release_artifacts
@@ -91,9 +94,6 @@ jobs:
9194
git-cliff "${BASE_COMMIT}..HEAD" --ignore-tags "nightly|-b|-rc"
9295
cat CHANGELOG.md >> "${RUNNER_TEMP}/release_notes.md"
9396
94-
- name: Prepare release artifacts
95-
run: .github/scripts/prepare-release-artifacts.sh release_artifacts
96-
9797
- name: Upload release notes
9898
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9999
with:
@@ -127,4 +127,4 @@ jobs:
127127
--target "${GITHUB_SHA}" \
128128
${DRAFT_OPTION} \
129129
--notes-file "${RUNNER_TEMP}/release_notes.md" \
130-
./release_artifacts/clio_server*
130+
./release_artifacts/clio_*

0 commit comments

Comments
 (0)