Skip to content

Commit

Permalink
Try to fix packaging the CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Mar 30, 2024
1 parent b979e64 commit 8f92f10
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ jobs:
# install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-host=${{ matrix.target }}
# build the CLI
cargo build --release --features=evolve,fktable,static --bin pineappl --target=${{ matrix.target }}
# package the CLI
mkdir -p prefix/bin
cp target/release/pineappl prefix/bin/
cargo install --features=evolve,fktable,static --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 8f92f10

Please sign in to comment.