Skip to content

Commit 3d06ca6

Browse files
committed
Use the correct input for Windows Release
1 parent f843558 commit 3d06ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
php-version: ${{ matrix.php-version }}
224224
arch: ${{ matrix.arch }}
225225
ts: ${{ matrix.ts }}
226-
ref: ${{ needs.check-trigger.outputs.tag_name }}
226+
extension-ref: ${{ needs.check-trigger.outputs.tag_name }}
227227
args: --with-crc-fast=C:\crc_fast
228228

229229
release:

0 commit comments

Comments
 (0)