Skip to content

Commit

Permalink
ci(release-on-demand): fix wrong targets
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Jan 10, 2025
1 parent 1e26033 commit 25edd9e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release-on-demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ on:
type: choice
required: true
options:
- aarch64-darwin
- aarch64-linux
- armv6l-linux
- armv7l-linux
- i686-linux
- i686-windows
- x86_64-linux
- x86_64-darwin
- x86_64-windows
- aarch64-apple-darwin
- aarch64-unknown-linux-musl
- aarch64-unknown-linux-musl
- armv6l-unknown-linux-musleabihf
- armv7l-unknown-linux-musleabihf
- i686-unknown-linux-musl
- x86_64-apple-darwin
- x86_64-unknown-linux-musl
- x86_64-w64-mingw32
features:
description: Cargo features
type: string
Expand Down

0 comments on commit 25edd9e

Please sign in to comment.