mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 15:46:36 +00:00
Fix job changed-files
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
7f1994e205
commit
97a360aae9
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -62,7 +62,6 @@ jobs:
|
|||
env:
|
||||
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
run: |
|
||||
set -euxo pipefail
|
||||
echo $ALL_CHANGED_FILES
|
||||
crates_changed="$(echo $ALL_CHANGED_FILES | grep crates | cut -d / -f 2)"
|
||||
has_detect_target_changed="$(echo $crates_changed | grep -q detect-targets && echo true)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue