Skip to content

Commit 631a9b7

Browse files
committed
fix antivirus warning ?
1 parent ac96788 commit 631a9b7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
- name: Upload AppImage artifact
6161
uses: actions/upload-artifact@v4
6262
with:
63-
name: tauri-appimage
63+
name: rowing-beacon-appimage
6464
path: src-tauri/target/release/bundle/appimage/*.AppImage

.github/workflows/windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Upload Windows artifacts
4444
uses: actions/upload-artifact@v4
4545
with:
46-
name: tauri-windows-installers
46+
name: rowing-beacon-windows-installers
4747
path: |
4848
src-tauri/target/release/bundle/msi/*.msi
4949
src-tauri/target/release/bundle/nsis/*.exe

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "boathouse.rowingbeacon.com",
33
"private": true,
4-
"version": "1.20.1",
4+
"version": "1.20.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rowing-beacon-tauri-app"
3-
version = "1.20.1"
3+
version = "1.20.2"
44
description = "A Tauri App"
55
authors = ["you"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"productName": "Rowing Beacon",
2020
"mainBinaryName": "Rowing Beacon",
21-
"version": "1.20.1",
21+
"version": "1.20.2",
2222
"identifier": "com.rowing-beacon-tauri-app.app",
2323
"plugins": {
2424
"sql": {

0 commit comments

Comments
 (0)