Skip to content

Commit

Permalink
Update github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kendryte747 committed Nov 28, 2024
1 parent f4d67eb commit 98c3dd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
- name: Build Projects
run: |
# projects=("k230_canmv_01studio_defconfig" "k230_canmv_defconfig" "k230_canmv_lckfb_defconfig" "k230_canmv_v3p0_defconfig" "k230d_canmv_bpi_zero_defconfig" "k230d_canmv_atk_dnk230d_defconfig")
projects=("k230_canmv_01studio_defconfig")
projects=("k230_canmv_01studio_defconfig" "k230_canmv_defconfig" "k230_canmv_lckfb_defconfig" "k230_canmv_v3p0_defconfig" "k230d_canmv_bpi_zero_defconfig" "k230d_canmv_atk_dnk230d_defconfig")
echo "Config list is ${projects}"
for proj in ${projects[@]};do
echo "-------------------"
Expand Down

0 comments on commit 98c3dd4

Please sign in to comment.