Remove CI again

This commit is contained in:
Gregory Schier
2024-06-09 07:56:09 -07:00
parent 29c4b51f54
commit ff5cfe744e

View File

@@ -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: