diff --git a/.github/workflows/add_source_to_release.yml b/.github/workflows/add_source_to_release.yml index db2a662..f5a025f 100644 --- a/.github/workflows/add_source_to_release.yml +++ b/.github/workflows/add_source_to_release.yml @@ -33,7 +33,7 @@ jobs: run: sha256sum "$TARBALL" > "$TARBALL.sha256" - name: Upload Full Source and SHA256 to GitHub Release - uses: softprops/action-gh-release@v2.4.1 + uses: softprops/action-gh-release@v2.4.2 with: files: | ${{ env.TARBALL }}