aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 89eadeb9..d1e12483 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -178,7 +178,7 @@ jobs:
- name: Create Debian package
id: debian-package
shell: bash
- if: startsWith(matrix.job.os, 'ubuntu')
+ if: startsWith(matrix.job.os, 'ubuntu') && endsWith(matrix.job.target, 'gnu')
run: |
cargo install cargo-deb
cargo deb --deb-revision="" -p atuin