From e8486a5e65d73bcb7bc6044147d4c9e8e7c36923 Mon Sep 17 00:00:00 2001 From: DaOfficialWizard <45744329+ZanzyTHEbar@users.noreply.github.com> Date: Tue, 9 May 2023 01:14:01 +0100 Subject: [PATCH] fix: release to tauri branch --- .github/workflows/ci.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 98dfca6d..5736987d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,7 @@ on: tags: - "v*" branches: - - feature/tauri + - tauri #- master #- main @@ -34,12 +34,13 @@ jobs: matrix: node-version: [18.x] #, macos-latest - platform: [windows-latest, ubuntu-latest] + #windows-latest, + platform: [ubuntu-latest] include: - os: ubuntu-latest rust_target: x86_64-unknown-linux-gnu - - os: windows-latest - rust_target: x86_64-pc-windows-msvc + #- os: windows-latest + # rust_target: x86_64-pc-windows-msvc #- os: macos-latest # rust_target: x86_64-apple-darwin #- os: macos-latest