File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments