Skip to content

Commit 2e96e50

Browse files
authored
Merge pull request #1 from JS00001/main
update workflow
2 parents 4815f86 + 0de7d03 commit 2e96e50

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: tauri-apps/tauri-action@v0
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56-
with:
56+
with:
5757
tagName: app-v__VERSION__
5858
releaseName: "App v__VERSION__"
5959
releaseBody: "See the assets to download this version and install."

bridge/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "HTTP Interceptor",
44
"version": "0.1.3",
5-
"identifier": "com.http-interceptor.app",
5+
"identifier": "com.http-interceptor.js00001",
66
"build": {
77
"beforeDevCommand": "npm run dev",
88
"devUrl": "http://localhost:1420",
@@ -33,4 +33,4 @@
3333
"icons/icon.ico"
3434
]
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)