Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto committed Nov 14, 2023
1 parent 1fdfd0d commit d585193
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ jobs:
mv Cargo.lock Cargo.lock.orig
sed "s/0\\.0\\.0/${EZKL_VERSION//v}/" Cargo.lock.orig >Cargo.lock

- name: Set Target Dir
shell: bash
run: |
cargo install cross -Z sparse-registry
echo "TARGET_DIR=./target/linux-gpu" >> $GITHUB_ENV
- name: Install dependencies
shell: bash
Expand All @@ -85,7 +78,7 @@ jobs:
shell: bash
run: |
mkdir -p build-artifacts
tar czvf build-artifacts/ezkl-linux-gpu.tar.gz -C "target/linux-gpu/release" ezkl
tar czvf build-artifacts/ezkl-linux-gpu.tar.gz -C "target/release" ezkl
echo "ASSET=build-artifacts/ezkl-linux-gpu.tar.gz" >> $GITHUB_ENV
- name: Upload release archive
Expand Down

0 comments on commit d585193

Please sign in to comment.