Skip to content

fix: fix url input symbols line break #105

fix: fix url input symbols line break

fix: fix url input symbols line break #105

Workflow file for this run

name: "test"
on:
push:
branches: [ main ]
jobs:
publish-tauri:
strategy:
fail-fast: false
matrix:
platform: [macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- name: setup node
uses: actions/setup-node@v3
- name: install Rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: install app dependencies and build it
run: |
yarn
yarn build
cargo install tauri-cli
make build