Skip to content

Commit

Permalink
Fix Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Mar 30, 2024
1 parent 05ba6a1 commit c34db08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# checkout@v4 uses a newer version of Node that's incompatible with our container's GLIBC
- uses: actions/checkout@v3
- name: Compile binary
- run: |
run: |
cargo build --release --all-features --bin pineappl
mkdir -p prefix/bin
cp target/release/pineappl prefix/bin/
Expand Down

0 comments on commit c34db08

Please sign in to comment.