Skip to content

Commit

Permalink
rm leading dash
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Oct 10, 2024
1 parent fe10bdd commit 547d4ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
matrix:
config:
[
{ target: "x86_64-unknown-linux-gnu", suffix: "-linux-amd64" },
{ target: "aarch64-apple-darwin", suffix: "-darwin-arm64" },
{ target: "x86_64-pc-windows-msvc", suffix: "-pc-amd64.exe" },
{ target: "x86_64-unknown-linux-gnu", suffix: "linux-amd64" },
{ target: "aarch64-apple-darwin", suffix: "darwin-arm64" },
{ target: "x86_64-pc-windows-msvc", suffix: "pc-amd64.exe" },
]
defaults:
run:
Expand Down

0 comments on commit 547d4ab

Please sign in to comment.