diff --git a/.github/workflows/release-part-2.yml b/.github/workflows/release-part-2.yml index 7e4e119c8c..969ab19b3a 100644 --- a/.github/workflows/release-part-2.yml +++ b/.github/workflows/release-part-2.yml @@ -99,7 +99,7 @@ jobs: twine upload \ --username="__token__" \ --password=${{ secrets.PYPI_NATCAP_INVEST_TOKEN }} \ - artifacts/natcap.invest* + artifacts/natcap.invest* artifacts/natcap_invest* - name: Roll back on failure if: failure()