Skip to content

Commit

Permalink
Fix typo in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Jul 25, 2024
1 parent a5a468e commit 92f1c81
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
model_name: "StuartShelf"
steps:
- name: Checkout
- uses: actions/checkout@v4
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -147,11 +147,9 @@ jobs:
name: geomodels-${{matrix.model_name}}
path: web_build/geomodels/
if-no-files-found: error
- name: release
- name: Release
uses: softprops/action-gh-release@v2
if: ${{ github.event_name == 'workflow_dispatch' }}
with:
files:
web_build/geomodels_web_assets.tar.gz


0 comments on commit 92f1c81

Please sign in to comment.