Skip to content

Commit

Permalink
Fix bug in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Jul 25, 2024
1 parent 14343ca commit b05622f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,10 @@ jobs:
eval $(pdm venv activate)
cd web_build/
./batch_proc.py --model_name=${{matrix.model_name}}
tar cvfz geomodels_web_assets.tar.gz ./geomodels
tar cvfz geomodels-${{matrix.model_name}}-web-assets.tar.gz ./geomodels
- name: Upload output
uses: actions/upload-artifact@v4
with:
name: geomodels-${{matrix.model_name}}
path: web_build/geomodels/
name: geomodels-${{matrix.model_name}}-web-assets.tar.gz
path: web_build/geomodels-${{matrix.model_name}}-web-assets.tar.gz
if-no-files-found: error
files:
web_build/${{env.SRC_TAG}}_web_assets.tar.gz

0 comments on commit b05622f

Please sign in to comment.