fix: cargo package name

This commit is contained in:
xkeyC 2024-11-28 18:07:47 +08:00 committed by GitHub
parent 229b8d87da
commit 5ca3e06436
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 9 deletions

View File

@ -25,7 +25,7 @@ jobs:
shared-key: "share" shared-key: "share"
- name: Setup localization runner tools - name: Setup localization runner tools
run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.0 run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.0 localization
- name: Auto Release - name: Auto Release
env: env:

View File

@ -14,13 +14,6 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Checkout runner_tools
uses: actions/checkout@v4
with:
repository: StarCitizenToolBox/runner_tools
path: runner_tools
ref: v1.0.0
- name: Set up Rust - name: Set up Rust
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable
@ -33,8 +26,10 @@ jobs:
prefix-key: "rs_cache" prefix-key: "rs_cache"
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
shared-key: "share" shared-key: "share"
- name: Setup localization runner tools - name: Setup localization runner tools
run: cargo install --path ./runner_tools/localization --locked run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.0 localization
- name: PR Check - name: PR Check
env: env:
GH_REPO: ${{ github.repository }} GH_REPO: ${{ github.repository }}