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:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: ["*"]
|
tags: ["*"]
|
||||||
pull_request:
|
|
||||||
branches: ["main"]
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
@ -27,7 +25,7 @@ jobs:
|
||||||
cd frontend
|
cd frontend
|
||||||
npm ci
|
npm ci
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- name: Setup Rust toolchain
|
- name: Setup Rust toolchain
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
|
|
@ -37,8 +35,8 @@ jobs:
|
||||||
- name: Install cross-compilation tools
|
- name: Install cross-compilation tools
|
||||||
run: |
|
run: |
|
||||||
apt update
|
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
|
- name: Build Linux and Windows binaries
|
||||||
run: ./scripts/build-sync-server-binaries.sh
|
run: ./scripts/build-sync-server-binaries.sh
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue