mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
fix(ci): correct ARM64 RPM filename to match electron-builder output
electron-builder generates ARM64 RPM with 'aarch64' suffix, not 'arm64'. Update validation checks and release notes to match actual filename.
This commit is contained in:
parent
20e6e297c1
commit
2d54971019
10
.github/workflows/release-desktop-rpm.yml
vendored
10
.github/workflows/release-desktop-rpm.yml
vendored
@ -120,7 +120,7 @@ jobs:
|
||||
;;
|
||||
Linux-ARM64)
|
||||
expected=(
|
||||
"Claude-Code-Haha-${APP_VERSION}-linux-arm64.rpm"
|
||||
"Claude-Code-Haha-${APP_VERSION}-linux-aarch64.rpm"
|
||||
"latest-linux-arm64.yml"
|
||||
)
|
||||
;;
|
||||
@ -227,7 +227,7 @@ jobs:
|
||||
run: |
|
||||
expected=(
|
||||
"Claude-Code-Haha-${APP_VERSION}-linux-x86_64.rpm"
|
||||
"Claude-Code-Haha-${APP_VERSION}-linux-arm64.rpm"
|
||||
"Claude-Code-Haha-${APP_VERSION}-linux-aarch64.rpm"
|
||||
)
|
||||
|
||||
missing=()
|
||||
@ -277,14 +277,14 @@ jobs:
|
||||
|
||||
### Installation
|
||||
|
||||
**Fedora/RHEL/CentOS:**
|
||||
**Fedora/RHEL/CentOS (x86_64):**
|
||||
```bash
|
||||
sudo dnf install ./Claude-Code-Haha-${{ steps.version.outputs.value }}-linux-x86_64.rpm
|
||||
```
|
||||
|
||||
**For ARM64 systems:**
|
||||
**For ARM64 systems (aarch64):**
|
||||
```bash
|
||||
sudo dnf install ./Claude-Code-Haha-${{ steps.version.outputs.value }}-linux-arm64.rpm
|
||||
sudo dnf install ./Claude-Code-Haha-${{ steps.version.outputs.value }}-linux-aarch64.rpm
|
||||
```
|
||||
|
||||
${{ steps.release_notes.outputs.body }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user