Skip to content

Commit

Permalink
Merge pull request #14 from Asguho/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Asguho authored Aug 14, 2024
2 parents 65bc565 + 3280b58 commit 908cf45
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,20 @@ jobs:
# with:
# node-version: lts/*

- uses: actions/cache@v4
# - uses: actions/cache@v4
# with:
# path: |
# ~/.cargo/bin/
# ~/.cargo/registry/index/
# ~/.cargo/registry/cache/
# ~/.cargo/git/db/
# target/
# # key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
# key: key
- name: Rust cache
uses: swatinem/rust-cache@v2
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
# key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: key
workspaces: './src-tauri -> target'

- uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sourcemate",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sourcemate"
version = "0.0.5"
version = "0.0.6"
description = "A Tauri App"
authors = ["you"]
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
@@ -1,6 +1,6 @@
{
"productName": "sourcemate",
"version": "0.0.5",
"version": "0.0.6",
"identifier": "dk.sourcemate.www",
"build": {
"beforeDevCommand": "vite dev",
Expand Down

0 comments on commit 908cf45

Please sign in to comment.