chore: bump version and fix gh action

This commit is contained in:
2024-01-28 07:40:08 +07:00
parent d18de93c60
commit 7b06a82ee7
4 changed files with 5 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ on:
#tags: #tags:
#- 'v*.*.*' #- 'v*.*.*'
name: flatpak build name: Flatpak
jobs: jobs:
prepare-repo: prepare-repo:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -24,7 +24,7 @@ jobs:
- name: setup node - name: setup node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 20 node-version: 18
- uses: dtolnay/rust-toolchain@stable - uses: dtolnay/rust-toolchain@stable
with: with:
targets: aarch64-apple-darwin targets: aarch64-apple-darwin

View File

@@ -3,7 +3,6 @@
"private": true, "private": true,
"version": "3.0.0", "version": "3.0.0",
"scripts": { "scripts": {
"build:depot": "node --max-old-space-size=4096 scripts/compile-depot.mjs",
"build": "turbo build", "build": "turbo build",
"dev": "turbo dev", "dev": "turbo dev",
"tauri": "tauri" "tauri": "tauri"

View File

@@ -9,7 +9,7 @@
}, },
"package": { "package": {
"productName": "Lume", "productName": "Lume",
"version": "3.0.0-beta.1" "version": "3.0.0"
}, },
"plugins": { "plugins": {
"fs": { "fs": {