Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Feb 13, 2022
1 parent c38375c commit 152a270
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
artifact_name: target/x86_64-unknown-linux-musl/release/imgurs
artifact_name: target/x86_64-unknown-linux-musl/release/discordrpc
release_name: x86_64-unknown-linux-musl
cross: true
strip: true
Expand All @@ -32,7 +32,7 @@ jobs:

- os: ubuntu-latest
target: aarch64-unknown-linux-musl
artifact_name: target/aarch64-unknown-linux-musl/release/imgurs
artifact_name: target/aarch64-unknown-linux-musl/release/discordrpc
release_name: aarch64-unknown-linux-musl
cross: true
strip: false
Expand All @@ -41,7 +41,7 @@ jobs:

- os: windows-latest
target: x86_64-pc-windows-msvc
artifact_name: target/x86_64-pc-windows-msvc/release/imgurs.exe
artifact_name: target/x86_64-pc-windows-msvc/release/discordrpc.exe
release_name: x86_64-pc-windows-msvc.exe
cross: false
strip: true
Expand All @@ -50,7 +50,7 @@ jobs:

- os: macos-latest
target: x86_64-apple-darwin
artifact_name: target/x86_64-apple-darwin/release/imgurs
artifact_name: target/x86_64-apple-darwin/release/discordrpc
release_name: x86_64-apple-darwin
cross: false
strip: true
Expand All @@ -59,7 +59,7 @@ jobs:

- os: macos-latest
target: aarch64-apple-darwin
artifact_name: target/aarch64-apple-darwin/release/imgurs
artifact_name: target/aarch64-apple-darwin/release/discordrpc
release_name: aarch64-apple-darwin
cross: false
strip: true
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ matrix.artifact_name }}
tag: ${{ github.ref }}
asset_name: imgurs-$tag-${{ matrix.release_name }}
asset_name: discordrpc-$tag-${{ matrix.release_name }}
body: ${{ steps.changelog_reader.outputs.log_entry }}
if: startsWith(github.ref, 'refs/tags/v')

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->

## [Unreleased]
### CLI
- fix: empty `loop {}` wastes CPU cycles

## [0.1.0] - 2022-02-13
### CLI
Expand Down

0 comments on commit 152a270

Please sign in to comment.