Skip to content

Commit

Permalink
cd
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Mar 11, 2023
1 parent dddcd67 commit 8a8e6bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Expand Up @@ -151,22 +151,22 @@ jobs:
key: ${{ runner.os }}-mirai-${{ hashFiles('**/Cargo.lock') }}

- name: Install MIRAI
uses: actions-rs/cargo@v1
with:
command: build
args: --release -p checker --no-default-features
run: |
cd checker
cargo build --release --no-default-features
- name: ls
run: |
ls -l target/release
ls -l checker/target/release
- name: Archive
uses: actions/upload-artifact@v3
with:
name: mirai-${{ runner.os }}
path: |
target/release/mirai
target/release/cargo-mirai
checker/target/release/mirai
checker/target/release/cargo-mirai
mirai_on_mirai_windows:
if: false
Expand Down

0 comments on commit 8a8e6bc

Please sign in to comment.