Commit 724ebde5 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Verify different path

parent ca09125f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ jobs:
          VERSION=$(versioningit ../) conda mambabuild --output-folder . -c conda-forge . || exit 1
      - name: Verify Conda Package
        run: |
          conda verify noarch/imars3d*.tar.bz2 || exit 1
          conda verify conda.recipe/noarch/imars3d*.tar.bz2 || exit 1
      - name: Deploy to Anaconda
        shell: bash -l {0}
        if: startsWith(github.ref, 'refs/tags/v')