Fix building lists and invert the order

This commit is contained in:
2023-08-10 11:25:07 +02:00
parent 5f2c4f7257
commit c772d2af60
3 changed files with 10 additions and 2 deletions

View File

@ -19,10 +19,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build the stretchoid list
run: ./make-stretchoid.sh
- name: Build the binaryedge list
run: ./make-binaryedge.sh
- name: Build the stretchoid list
run: ./make-stretchoid.sh
- name: Post the summary
run: |
git add -A