Skip to content

Commit

Permalink
fix UI stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Nov 27, 2024
1 parent f8f4e80 commit 2b84aa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
env:
TARGET: ${{ matrix.target }}

- name: Build Leadman (Windows)
- name: Build Leadman
run: |
cargo +nightly build --target ${{ matrix.target }} --release
working-directory: leadman
Expand Down
2 changes: 1 addition & 1 deletion leadman/src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub async fn get_latest_pre(data: Vec<ReleaseData>) -> (ReleaseData, ReleaseData
}

pub async fn get_releases() -> Vec<ReleaseData> {
let mut release = CLIENT
let release = CLIENT
.get(RELEASES)
.send()
.await
Expand Down

0 comments on commit 2b84aa5

Please sign in to comment.