Skip to content

Commit

Permalink
Simplify CLI installation on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Mar 30, 2024
1 parent 1798253 commit 55487a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ jobs:
- uses: actions/checkout@v3
- name: Compile binary
run: |
cargo build --release --all-features --bin pineappl
mkdir -p prefix/bin
cp target/release/pineappl prefix/bin/
cargo install --all-features --path pineappl_cli --root=prefix --target=${{ matrix.target }}
cd prefix
tar czf ../pineappl_cli-${{ matrix.target }}.tar.gz .
- name: Upload artifact
Expand Down

0 comments on commit 55487a1

Please sign in to comment.