Skip to content

Commit b52641f

Browse files
committed
fix rpm
1 parent b1b657c commit b52641f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Generate RPM
4343
run: cargo install cargo-generate-rpm
4444

45-
- run: cargo generate-rpm --target ${{ matrix.target }}
45+
- run: cargo generate-rpm --target ${{ matrix.target }} --payload-compress gzip
4646

4747
# - name: Setup tmate session
4848
# uses: mxschmitt/action-tmate@v3

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ assets = [
2727
{ source = "php-fpm-queue-monitor.service", dest = "/etc/systemd/system/php-fpm-queue-monitor.service", mode = "0644" },
2828
{ source = "php-fpm-queue-monitor.conf", dest = "/etc/php-fpm-queue-monitor.conf", mode = "0644", config = true },
2929
]
30-
compression = "gzip"

0 commit comments

Comments
 (0)