Skip to content

Commit 248f84f

Browse files
Merge release_automation into 8.4.0 (bot)
2 parents 6e3649d + 837a2e5 commit 248f84f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/common/edit-cask.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ usage() {
2626
echo ""
2727
echo "Examples:"
2828
echo " # For testing with binary:"
29-
echo " $0 --cask redis --action test --binary redis-ce-8.2.3-arm64.zip 8.2.3"
29+
echo " $0 --cask redis --action test --binary redis-oss-8.2.3-arm64.zip 8.2.3"
3030
echo ""
3131
echo " # For publishing with package JSON:"
3232
echo " $0 --cask redis --action publish --package-json '{\"arm64\":{\"sha256\":\"abc123...\"}}' 8.2.3"

.github/actions/test-redis-package/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
- name: Detect artifact name
1919
id: artifact_name
2020
shell: bash
21-
run: echo "ARTIFACT_NAME=redis-ce-${{ inputs.redis_version }}-$(uname -m).zip" >> "$GITHUB_ENV"
21+
run: echo "ARTIFACT_NAME=redis-oss-${{ inputs.redis_version }}-$(uname -m).zip" >> "$GITHUB_ENV"
2222
- name: Get binary packages
2323
uses: actions/download-artifact@v4
2424
with:

0 commit comments

Comments
 (0)