Show console output

This commit is contained in:
lights0123 2020-09-26 22:51:50 -04:00
parent 66f47932a7
commit 33902ee606
No known key found for this signature in database
GPG key ID: 28F315322E37972F
2 changed files with 5 additions and 5 deletions

View file

@ -66,4 +66,4 @@ jobs:
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: my-artifact-${{ runner.os }} name: my-artifact-${{ runner.os }}
path: src-tauri/target/release path: src-tauri/target/release/bundle

View file

@ -1,7 +1,7 @@
#![cfg_attr( // #![cfg_attr(
all(not(debug_assertions), target_os = "windows"), // all(not(debug_assertions), target_os = "windows"),
windows_subsystem = "windows" // windows_subsystem = "windows"
)] // )]
use std::collections::HashMap; use std::collections::HashMap;
use std::fs::File; use std::fs::File;