diff --git a/.github/workflows/publish-plugin.yml b/.github/workflows/publish-plugin.yml index 4ff3426f..ed223780 100644 --- a/.github/workflows/publish-plugin.yml +++ b/.github/workflows/publish-plugin.yml @@ -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 diff --git a/artifacts/sync-server-windows-x86_64.exe b/artifacts/sync-server-windows-x86_64.exe deleted file mode 100755 index 264406cd..00000000 Binary files a/artifacts/sync-server-windows-x86_64.exe and /dev/null differ