From 893ccd17ec4878509b082f384d12a193fe95b29b Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Sat, 30 Mar 2024 15:29:32 +0100 Subject: [PATCH] Create missing directory --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce382b3c..e1aab7f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 .