Fix building lists and invert the order
This commit is contained in:
4
.github/workflows/build-lists.yml
vendored
4
.github/workflows/build-lists.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user