Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Feb 19, 2024
1 parent 1ae17de commit c10744c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ jobs:
run: |
ostag=$(python -c "from modflow_devtools.ostags import get_ostag; print(get_ostag())")
echo "ostag=$ostag" >> $GITHUB_OUTPUT
- name: Check architecture (macOS)
working-directory: modflow6/bin
if: runner.os == 'macOS'
run: lipo -info mf6

- name: Upload binaries
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -488,6 +493,11 @@ jobs:
echo "dist directory contains:"
ls
- name: Check architecture (macOS)
working-directory: ${{ needs.build.outputs.distname }}_${{ steps.ostag.outputs.ostag }}
if: runner.os == 'macOS'
run: lipo -info bin/mf6

- name: Install dependencies for example models
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
echo "version=$ver" >> $GITHUB_OUTPUT
make_dist:
name: Make distribution
uses: MODFLOW-USGS/modflow6/.github/workflows/release.yml@develop
uses: wpbonelli/modflow6/.github/workflows/release.yml@debug-release
needs: set_options
with:
# If the workflow is manually triggered, the maintainer must manually set approve=true to approve a release.
Expand Down

0 comments on commit c10744c

Please sign in to comment.