Skip to content

Commit

Permalink
Build action - upload outputs as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Jul 22, 2024
1 parent f809ee1 commit 14a2335
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,11 @@ jobs:
eval $(pdm venv activate)
cd web_build/
./batch_proc.py --model_name=${{matrix.model_name}}
- name: Upload output
- uses: actions/upload-artifact@v4
with:
name: geomodels-${{matrix.model_name}}
path: geomodels/
if-no-files-found: error


0 comments on commit 14a2335

Please sign in to comment.