Skip to content

Commit

Permalink
Create missing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Mar 30, 2024
1 parent 8bd5c7b commit 893ccd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
# 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/
cd prefix
tar czf ../pineappl_cli-${{ matrix.target }}.tar.gz .
Expand Down

0 comments on commit 893ccd1

Please sign in to comment.