From 8c970a0e3c1ef6b687d844ecabff0669ab1ebd37 Mon Sep 17 00:00:00 2001 From: "XU, Hui" Date: Mon, 6 Jan 2025 23:20:37 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea061a6..7d3f49e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Rap-booting and testing +name: RAPx-booting and testing on: push: @@ -17,9 +17,9 @@ jobs: - uses: actions/checkout@v4 - name: Code Formatting Check - run: cd rap && cargo fmt --check + run: cd rapx && cargo fmt --check - - name: Build RAP + - name: Build RAPx run: ./install.sh - run: sudo apt install colorized-logs -y # Insall ansi2txt