Skip to content

iOS build

iOS build #74

Workflow file for this run

name: Build and Release Linux
on:
workflow_dispatch:
push:
branches:
- "main"
tags:
- "v*"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: build
run: cargo b -r
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/v')
with:
files: |
./target/release/lwd-warp
./target/release/zcash-warp