Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ jobs:
tar -tf "$OUT" | head -30

- name: Upload to release
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
with:
tag_name: binaries-apache-${{ steps.ver.outputs.version }}
name: Apache HTTPD ${{ steps.ver.outputs.version }} (cross-platform binaries)
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ jobs:
# booleans inside an action input.
- name: Upload to release
if: matrix.target == 'windows-x64' || env.skip_source != 'true'
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
with:
tag_name: binaries-php-${{ steps.ver.outputs.version }}
name: PHP ${{ steps.ver.outputs.version }} (cross-platform binaries)
Expand All @@ -872,7 +872,7 @@ jobs:
# Upload PECL manifest only for non-Windows slots (Windows build doesn't run install_pecl_ext).
- name: Upload PECL manifest
if: matrix.target != 'windows-x64' && env.skip_source != 'true' && (matrix.target == 'macos-arm64' || env.legacy_ssl != 'true')
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
with:
tag_name: binaries-php-${{ steps.ver.outputs.version }}
fail_on_unmatched_files: true
Expand Down Expand Up @@ -912,7 +912,7 @@ jobs:

- name: Upload SKIPPED marker to release
if: matrix.target != 'windows-x64' && env.skip_source == 'true'
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
with:
tag_name: binaries-php-${{ steps.ver.outputs.version }}
name: PHP ${{ steps.ver.outputs.version }} (cross-platform binaries)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
} >> "$GITHUB_OUTPUT"

- name: Upload to release
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
with:
tag_name: binaries-mariadb-${{ steps.ver.outputs.version }}
name: MariaDB ${{ steps.ver.outputs.version }} (cross-platform binaries)
Expand Down Expand Up @@ -385,7 +385,7 @@ jobs:

- name: Upload to release
if: steps.existing.outputs.already != 'true'
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
with:
tag_name: binaries-mariadb-${{ steps.ver.outputs.version }}
files: mariadb-${{ steps.ver.outputs.version }}-macos-arm64.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
ls -lh "${ASSETS[@]}"

- name: Upload to release
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
with:
tag_name: binaries-${{ steps.ver.outputs.app }}-${{ steps.ver.outputs.version }}
name: ${{ steps.ver.outputs.app }} ${{ steps.ver.outputs.version }} (cross-platform binaries)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-mkcert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
ls -lh mkcert-${VER}-*

- name: Upload to release
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
with:
tag_name: binaries-mkcert-${{ steps.ver.outputs.version }}
name: mkcert ${{ steps.ver.outputs.version }} (cross-platform binaries)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
} >> "$GITHUB_OUTPUT"

- name: Upload to release
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
with:
tag_name: binaries-mysql-${{ steps.ver.outputs.version }}
name: MySQL ${{ steps.ver.outputs.version }} (cross-platform binaries)
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:

- name: Upload to release
if: steps.existing.outputs.already != 'true'
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
with:
tag_name: binaries-mysql-${{ steps.ver.outputs.version }}
files: mysql-${{ steps.ver.outputs.version }}-macos-arm64.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
ls -lh "${{ github.workspace }}/nginx-${VER}-${{ matrix.target }}.tar.xz"

- name: Upload to release
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
with:
tag_name: binaries-nginx-${{ steps.ver.outputs.version }}
name: Nginx ${{ steps.ver.outputs.version }} (cross-platform binaries)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
Get-ChildItem "postgresql-$version-windows-x64.zip" | Format-List Name,Length

- name: Upload to release
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
with:
tag_name: binaries-postgresql-${{ steps.ver.outputs.version }}
name: PostgreSQL ${{ steps.ver.outputs.version }} (cross-platform binaries)
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
ls -lh "postgresql-${VER}-${{ matrix.platform }}.tar.gz"

- name: Upload to release
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
with:
tag_name: binaries-postgresql-${{ steps.ver.outputs.version }}
files: postgresql-${{ steps.ver.outputs.version }}-${{ matrix.platform }}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
ls -lh "${{ github.workspace }}/redis-${VER}-${{ matrix.target }}.tar.xz"

- name: Upload to release
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
with:
tag_name: binaries-redis-${{ steps.ver.outputs.version }}
name: Redis ${{ steps.ver.outputs.version }} (cross-platform binaries)
Expand Down