diff --git a/.github/workflows/release_cli.yml b/.github/workflows/release_cli.yml index bc15d9ab..51403053 100644 --- a/.github/workflows/release_cli.yml +++ b/.github/workflows/release_cli.yml @@ -40,10 +40,14 @@ jobs: id: get_version run: echo "version=$(cargo run --release -q -p owmods_cli version)" >> $GITHUB_OUTPUT shell: bash + env: + ANALYTICS_API_KEY: ${{ secrets.ANALYTICS_API_KEY }} - name: Generate Dist Folder if: matrix.platform == 'ubuntu-20.04' run: cargo xtask dist_cli + env: + ANALYTICS_API_KEY: ${{ secrets.ANALYTICS_API_KEY }} - name: Archive Dist Files if: matrix.platform == 'ubuntu-20.04' diff --git a/owmods_cli/src/cli.rs b/owmods_cli/src/cli.rs index 41ce3a90..22416d96 100644 --- a/owmods_cli/src/cli.rs +++ b/owmods_cli/src/cli.rs @@ -23,7 +23,7 @@ pub struct BaseCli { pub enum Commands { #[command(about = "Print Version")] Version, - #[command(about = "Install/Update OWML (default installs to %APPDATA%/ow-mod-man/OWML)")] + #[command(about = "Install/Update OWML")] Setup { owml_path: Option, #[arg(