diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 0cab49c..c7734e9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.17" + ".": "2.0.18" } diff --git a/.github/workflows/cmake-multiple-platform.yml b/.github/workflows/cmake-multiple-platform.yml index 67c1c88..891f436 100644 --- a/.github/workflows/cmake-multiple-platform.yml +++ b/.github/workflows/cmake-multiple-platform.yml @@ -139,6 +139,8 @@ jobs: - os: ubuntu-latest platform: linux-64 runs-on: ${{ matrix.os }} + outputs: + url: ${{ steps.release.outputs.url }} steps: - name: Checkout uses: actions/checkout@v4 @@ -211,6 +213,7 @@ jobs: - name: Upload release asset if: ${{ !env.ACT }} uses: softprops/action-gh-release@v1 + id: release with: tag_name: ${{ needs.setup.outputs.tag_name }} files: | @@ -400,7 +403,7 @@ jobs: args: | 🎉 **New Release: ${{ env.PROJECT_NAME }} ${{ needs.setup.outputs.tag_name }}** - 📦 **Downloads:** [${{ needs.setup.outputs.tag_name }}](${{ needs.publish_release.outputs.url }}) + 📦 **Downloads:** [${{ needs.setup.outputs.tag_name }}](${{ needs.package.outputs.url }}) 🐍 **Conda Channel:** https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/ Install via conda: diff --git a/CHANGELOG.md b/CHANGELOG.md index 681c843..77ad19a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.18](https://github.com/untrustedmodders/plugify-module-cpp/compare/v2.0.17...v2.0.18) (2025-09-10) + + +### Bug Fixes + +* build url ([7e68f13](https://github.com/untrustedmodders/plugify-module-cpp/commit/7e68f13347b2444bf79d4245fa43073f5511b86d)) + ## [2.0.17](https://github.com/untrustedmodders/plugify-module-cpp/compare/v2.0.16...v2.0.17) (2025-09-10) diff --git a/version.txt b/version.txt index a6e7bcb..c945ef1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.17 +2.0.18