Skip to content

Commit 275f7bb

Browse files
committed
fix(ci): fix YAML indentation in release matrix
1 parent 0c7e743 commit 275f7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- platform: "macos-15" # for Arm based macs (M1 and above).
5757
args: "--target aarch64-apple-darwin"
5858
target: "aarch64-apple-darwin"
59-
- platform: "ubuntu-22.04" # Build .deb on 22.04
59+
- platform: "ubuntu-22.04" # Build .deb on 22.04
6060
args: "--bundles deb"
6161
target: "x86_64-unknown-linux-gnu"
6262
- platform: "ubuntu-24.04" # Build AppImage and RPM on 24.04

0 commit comments

Comments
 (0)