mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-10 12:08:42 -06:00
Remove unused import, remove debug artifact step, lockfile
This commit is contained in:
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@@ -102,11 +102,6 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
spotify-player-quickauth.exe
|
spotify-player-quickauth.exe
|
||||||
|
|
||||||
- name: Upload Artifact
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
path: target/${{ matrix.target }}/release/spotify-player-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}.*
|
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -4,4 +4,4 @@ version = 3
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "spotify-player-quickauth"
|
name = "spotify-player-quickauth"
|
||||||
version = "0.1.0"
|
version = "0.0.4"
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
use std::env;
|
use std::env;
|
||||||
use std::process::Command;
|
use std::process::Command;
|
||||||
use std::io;
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let os = env::consts::OS;
|
let os = env::consts::OS;
|
||||||
|
|||||||
Reference in New Issue
Block a user