diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-04-18 21:43:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-18 21:43:17 +0100 |
| commit | cc5b167f925ed2cf7a5eaa3a90c311739260e2ae (patch) | |
| tree | a62dfbd1f3d67ac1b027c70cc4e2197e7c39901d | |
| parent | Re-added package name to workspace.package (#894) (diff) | |
| download | atuin-cc5b167f925ed2cf7a5eaa3a90c311739260e2ae.zip | |
Add package param to cargo deb (#895)
| -rw-r--r-- | .github/workflows/release.yaml | 2 |
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 ;; |
