Skip to content

Commit

Permalink
remove(cache in release)
Browse files Browse the repository at this point in the history
  • Loading branch information
vollate committed Jun 4, 2024
1 parent 786d1d6 commit d421e48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
targets: ${{ matrix.settings.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}


- name: Rust cache
uses: swatinem/rust-cache@v2
with:
Expand All @@ -77,9 +76,9 @@ jobs:
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
run: npm install # change this to npm or pnpm depending on which one you use.

- name: build frontend
working-directory: src-ui
run: npm run build # change this to npm or pnpm depending on which one you use.
#- name: build frontend
#working-directory: src-ui
#run: npm run build # change this to npm or pnpm depending on which one you use.

- uses: tauri-apps/tauri-action@v0
env:
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "moras"
version = "1.0.0"
description = "A Tauri App"
authors = ["you"]
license = ""
license = "GPL-3"
repository = ""
default-run = "moras"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Moras",
"version": "0.1.0"
"version": "1.0.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit d421e48

Please sign in to comment.