Skip to content

Commit

Permalink
Fixed script's name in action & Added file existence checker
Browse files Browse the repository at this point in the history
Update geojson-release.yml
  • Loading branch information
aziascreations committed Nov 12, 2023
1 parent 7f4a753 commit 0ada080
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/geojson-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ jobs:
python-version: '3.10'

- name: Run "make_geojson.py"
run: python my_script.py
run: python make_geojson.py

- name: Test if if worked
run: ls -la output/

- name: Check output existence
uses: thebinaryfelix/check-file-existence-action@v1
with:
files: 'output/airports_full_all_feet.geojson, output/airports_full_all_meter.geojson'

0 comments on commit 0ada080

Please sign in to comment.