We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984d35b commit a325972Copy full SHA for a325972
.github/workflows/publish.yml
@@ -47,10 +47,10 @@ jobs:
47
matrix:
48
include:
49
- platform: "windows-latest"
50
- args: "--debug"
+ args: ""
51
os-name: "windows"
52
- platform: "ubuntu-22.04"
53
54
os-name: "linux"
55
56
runs-on: ${{ matrix.platform }}
src-tauri/src/commands/updater.rs
@@ -82,7 +82,7 @@ pub mod app_updates {
82
pub_date: u.date.map(|d| d.to_string()),
83
});
84
85
- log_debug!(
+ log_info!(
86
"get metadata",
87
"fetch_update",
88
meta.as_ref().map(|m| format!("{:?}", m)).as_deref()
0 commit comments