Skip to content

Commit

Permalink
1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Dec 28, 2023
1 parent e499baf commit 21c5acc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:

- name: Rewrite app version with tag name
run: |
sed -i "s/0.0.0/${{ github.ref_name }}/g" ./src-tauri/Cargo.toml
sed -i "s/0.0.0/${{ github.ref_name }}/g" ./src-tauri/tauri.conf.json
sed -i "s/0.0.0/${{ github.ref_name }}/g" ./package.json
sed -i "s/0.0.0/${{ github.ref_name }}/g" src-tauri/Cargo.toml
sed -i "s/0.0.0/${{ github.ref_name }}/g" src-tauri/tauri.conf.json
sed -i "s/0.0.0/${{ github.ref_name }}/g" package.json
- name: Build the app
uses: tauri-apps/tauri-action@v0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Dictionary
on:
push:
paths:
- "./public/dictionary.json"
- "public/dictionary.json"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 21c5acc

Please sign in to comment.