Skip to content

Commit

Permalink
actually make arbitrary platform work
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Jan 2, 2024
1 parent d0a392e commit 2bba9ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,8 @@ jobs:
tag_name: ${{ steps.info.outputs.version }}
name: CLI ${{ steps.info.outputs.version }}
body: |
TODO before publishing:
- mark if pre-release
- add changelog
- remove this
## Changelog
- Something
draft: true
files: |
./artifacts/*.zip
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geode"
version = "2.6.3"
version = "2.6.4"
authors = ["HJfod <[email protected]>", "Camila314 <[email protected]>", "matcool", "ConfiG <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion src/sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub enum Sdk {
/// Install prebuilt binaries for SDK
InstallBinaries {
/// Force platform to install binaries for
#[clap(long, short, value_parser = ["windows", "macos", "android"])]
#[clap(long, short)]
platform: Option<String>
},

Expand Down

0 comments on commit 2bba9ee

Please sign in to comment.