Skip to content

Commit

Permalink
Update build_all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whyakari authored Aug 14, 2024
1 parent ddf8dae commit 08aab9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ jobs:
git add build_count.txt
git commit -m "update build count"
git push origin ${{ matrix.build_type == 'KSU' && 'ksu' || matrix.build_type == 'KSU_DYNAMIC' && 'ksu_dynamic' || matrix.build_type == 'NO-KSU' && 'without-ksu' || matrix.build_type == 'NOKSU_DYNAMIC' && 'noksu_dynamic' }} --force
git push origin ${{ matrix.build_type == 'KSU' && 'ksu' || matrix.build_type == 'KSU_DYNAMIC' && 'ksu_dynamic' || matrix.build_type == 'NO-KSU' && 'noksu' || matrix.build_type == 'NOKSU_DYNAMIC' && 'noksu_dynamic' }} --force

0 comments on commit 08aab9d

Please sign in to comment.