Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 1a9af6b

Browse files
use release build oof zkgroup
1 parent 449712f commit 1a9af6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/main.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ jobs:
3939
with:
4040
use-cross: true
4141
command: build
42-
args: --target=${{ matrix.target }} --manifest-path lib/zkgroup/Cargo.toml
42+
args: --target=${{ matrix.target }} --release --manifest-path lib/zkgroup/Cargo.toml
4343

4444
- name: List build output
45-
run: ls -la lib/zkgroup/target/${{ matrix.target }}/debug
45+
run: ls -la lib/zkgroup/target/${{ matrix.target }}/release
4646

4747
- name: Upload built artifact
4848
uses: actions/upload-artifact@v2
4949
with:
5050
name: zkgroup-${{ matrix.target }}
51-
path: lib/zkgroup/target/${{ matrix.target }}/debug/libzkgroup.so
51+
path: lib/zkgroup/target/${{ matrix.target }}/release/libzkgroup.so
5252
if-no-files-found: error
5353

5454
release:

0 commit comments

Comments
 (0)