Skip to content

Commit

Permalink
fix: release to tauri branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed May 9, 2023
1 parent 6076573 commit e8486a5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- "v*"
branches:
- feature/tauri
- tauri
#- master
#- main

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e8486a5

Please sign in to comment.