File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ jobs:
4040 run : make build
4141
4242 - name : Scrape Astra
43- run : ./api-tools.exe -scrape -astra
43+ run : ./api-tools -scrape -astra
4444
4545# - name: Parse Astra
46- # run: ./api-tools.exe -parse -astra
46+ # run: ./api-tools -parse -astra
4747
4848# - name: Upload Astra
49- # run: ./api-tools.exe -upload -events
49+ # run: ./api-tools -upload -events
5050
5151 - name : Fill env for prod
5252 run : |
5757 sed -i 's#MONGODB_URI=#MONGODB_URI=${{ secrets.MONGODB_URI_PROD }}#' .env
5858
5959# - name: Upload Astra
60- # run: ./api-tools.exe -upload -events
60+ # run: ./api-tools -upload -events
6161
6262 mazevo :
6363 runs-on : ubuntu-latest
@@ -89,13 +89,13 @@ jobs:
8989 run : make build
9090
9191 - name : Scrape Mazevo
92- run : ./api-tools.exe -scrape -mazevo
92+ run : ./api-tools -scrape -mazevo
9393
9494# - name: Parse Mazevo
95- # run: ./api-tools.exe -parse -mazevo
95+ # run: ./api-tools -parse -mazevo
9696
9797# - name: Upload Mazevo
98- # run: ./api-tools.exe -upload -events
98+ # run: ./api-tools -upload -events
9999
100100 - name : Fill env for prod
101101 run : |
@@ -106,4 +106,4 @@ jobs:
106106 sed -i 's#MONGODB_URI=#MONGODB_URI=${{ secrets.MONGODB_URI_PROD }}#' .env
107107
108108# - name: Upload Mazevo
109- # run: ./api-tools.exe -upload -events
109+ # run: ./api-tools -upload -events
You can’t perform that action at this time.
0 commit comments