Skip to content
Snippets Groups Projects
Commit e34605d1 authored by GyDi's avatar GyDi
Browse files

test: build action

parent 023e7715
No related branches found
No related tags found
No related merge requests found
name: Test CI
on:
push:
branches: [test]
jobs:
build-tauri:
strategy:
fail-fast: false
matrix:
platform: [windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- name: setup node
uses: actions/setup-node@v1
with:
node-version: 14
- name: install Rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: install app dependencies and build it
run: yarn && yarn run predev && yarn build
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: clash-verge-v__VERSION__
releaseName: "Clash Verge v__VERSION__"
releaseBody: "This is a test release."
releaseDraft: true
prerelease: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment