diff --git a/.github/workflows/publish-frozen-build.yml b/.github/workflows/publish-frozen-build.yml index fa416cd03..57129d1b8 100644 --- a/.github/workflows/publish-frozen-build.yml +++ b/.github/workflows/publish-frozen-build.yml @@ -38,7 +38,7 @@ jobs: name: ${{ inputs.github_artifact }} - name: Upload build to release - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.0.9 with: fail_on_unmatched_files: true files: ${{ inputs.build_name }} diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index e6a3f5675..49cfaef0d 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -73,7 +73,7 @@ jobs: TWINE_REPOSITORY: ${{ github.repository == 'Arelle/Arelle' && 'pypi' || 'testpypi' }} run: pipx run twine upload ./* - name: Upload release artifact - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.0.9 with: fail_on_unmatched_files: true files: './*'