diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 783ae18868..493719efc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,9 +98,10 @@ jobs: TARGET: ${{ matrix.target }} _EXTRA_: ${{ matrix.extra }} - # REF: https://github.com/marketplace/actions/gh-release + # WARN: Don't upgrade this action due to the release per asset issue. + # See: https://github.com/softprops/action-gh-release/issues/445 - name: Publish Archive - uses: softprops/action-gh-release@v2.0.9 + uses: softprops/action-gh-release@v2.0.5 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: draft: true @@ -124,7 +125,7 @@ jobs: - name: Create Checksums run: cd release && shasum -a 256 * > ../SHA256SUMS - name: Publish Checksums - uses: softprops/action-gh-release@v2.0.9 + uses: softprops/action-gh-release@v2.0.5 with: draft: true files: SHA256SUMS