Skip to content

Commit

Permalink
fixed release
Browse files Browse the repository at this point in the history
  • Loading branch information
prixt committed Feb 18, 2020
1 parent bc04045 commit edac1bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ jobs:
with:
upload_url: ${{steps.get_url.outputs.url}}
asset_path: ./target/release/soundsense-rs.exe
asset_name: soundsense-rs-${{ steps.tag_name.outputs.tag }
asset_name: soundsense-rs-${{ steps.tag_name.outputs.tag }}
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![cfg_attr(release, windows_subsystem = "windows")]
#![cfg_attr(not(release), windows_subsystem = "console")]
#![cfg_attr(debug_assertions, windows_subsystem = "windows")]
#![cfg_attr(not(debug_assertions), windows_subsystem = "console")]

use std::env;
use std::sync::mpsc::channel;
Expand Down

0 comments on commit edac1bf

Please sign in to comment.