Fix diff
This commit is contained in:
parent
427d14e658
commit
10893442f8
2 changed files with 3 additions and 5 deletions
8
.github/workflows/publish-plugin.yml
vendored
8
.github/workflows/publish-plugin.yml
vendored
|
|
@ -3,8 +3,6 @@ name: Publish Obsidian plugin
|
|||
on:
|
||||
push:
|
||||
tags: ["*"]
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
@ -27,7 +25,7 @@ jobs:
|
|||
cd frontend
|
||||
npm ci
|
||||
npm run build
|
||||
|
||||
|
||||
- name: Setup Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
|
|
@ -37,8 +35,8 @@ jobs:
|
|||
- name: Install cross-compilation tools
|
||||
run: |
|
||||
apt update
|
||||
apt install -y gcc-aarch64-linux-gnu musl-tools gcc-mingw-w64-x86-64
|
||||
|
||||
apt install -y gcc-aarch64-linux-gnu musl-tools gcc-mingw-w64-x86-64
|
||||
|
||||
- name: Build Linux and Windows binaries
|
||||
run: ./scripts/build-sync-server-binaries.sh
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue