Skip to content

Commit

Permalink
Update build action - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Jul 22, 2024
1 parent 14a2335 commit 23d8c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
cd web_build/
./batch_proc.py --model_name=${{matrix.model_name}}
- name: Upload output
- uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4
with:
name: geomodels-${{matrix.model_name}}
path: geomodels/
Expand Down

0 comments on commit 23d8c62

Please sign in to comment.