mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:24:07 +01:00
Remove CI again
This commit is contained in:
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@@ -1,12 +1,13 @@
|
||||
name: Generate Artifacts
|
||||
name: Release
|
||||
on:
|
||||
push:
|
||||
tags: [ v* ]
|
||||
|
||||
jobs:
|
||||
build-artifacts:
|
||||
permissions: write-all
|
||||
name: Build
|
||||
release:
|
||||
permissions:
|
||||
contents: write
|
||||
name: Build and Release
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -45,13 +46,6 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
|
||||
- run: npm ci
|
||||
- run: |
|
||||
npm run lint
|
||||
npm test
|
||||
- run: |
|
||||
cargo check --all
|
||||
cargo test --all
|
||||
working-directory: src-tauri
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user