Skip to content

Commit

Permalink
rename binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
zaknesler authored Apr 25, 2024
1 parent 820be89 commit 48a3bdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ jobs:
strategy:
matrix:
include:
- name: linux-amd64-gnu
- name: linux-gnu-x86_64
runner: ubuntu-latest
target: x86_64-unknown-linux-gnu
command: cargo
- name: linux-aarch64-gnu
- name: linux-gnu-aarch64
runner: ubuntu-latest
target: aarch64-unknown-linux-gnu
command: cross
- name: win-amd64
- name: win-x86_64
runner: windows-latest
target: x86_64-pc-windows-msvc
command: cargo
- name: macos-amd64
- name: macos-x86_64
runner: macos-latest
target: x86_64-apple-darwin
command: cargo
Expand Down

0 comments on commit 48a3bdb

Please sign in to comment.