From 33902ee606831792e2c7a8e4182a26ed42381b1b Mon Sep 17 00:00:00 2001 From: lights0123 Date: Sat, 26 Sep 2020 22:51:50 -0400 Subject: [PATCH] Show console output --- .github/workflows/ci.yml | 2 +- src-tauri/src/main.rs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 668cf6c..cde88f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,4 +66,4 @@ jobs: - uses: actions/upload-artifact@v2 with: name: my-artifact-${{ runner.os }} - path: src-tauri/target/release + path: src-tauri/target/release/bundle diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 7921a68..ff871e0 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -1,7 +1,7 @@ -#![cfg_attr( - all(not(debug_assertions), target_os = "windows"), - windows_subsystem = "windows" -)] +// #![cfg_attr( +// all(not(debug_assertions), target_os = "windows"), +// windows_subsystem = "windows" +// )] use std::collections::HashMap; use std::fs::File;