summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-04-18 21:43:17 +0100
committerGitHub <noreply@github.com>2023-04-18 21:43:17 +0100
commitcc5b167f925ed2cf7a5eaa3a90c311739260e2ae (patch)
treea62dfbd1f3d67ac1b027c70cc4e2197e7c39901d
parent281aa092b29eed01c5d18fdaf10456353d62940d (diff)
Add package param to cargo deb (#895)
-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 30f43008..78a6fac0 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -147,7 +147,7 @@ jobs:
if: startsWith(matrix.job.os, 'ubuntu')
run: |
cargo install cargo-deb
- cargo deb
+ cargo deb -p atuin
case ${{ matrix.job.target }} in
aarch64-*-linux-*) DPKG_ARCH=arm64 ;;