Skip to content

Commit 7767b8c

Browse files
committed
ICU-23121 Fix GHA workflow for ICU4X, third try
1 parent 8c9033a commit 7767b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/icu4c.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ jobs:
942942
env:
943943
GH_TOKEN: ${{ github.token }}
944944
- name: Upload to icu4x tag
945-
if: ${{ inputs.gitReleaseTag && startsWith(input.gitReleaseTag, 'icu4x/') }}
945+
if: ${{ inputs.gitReleaseTag && startsWith(inputs.gitReleaseTag, 'icu4x/') }}
946946
run: |
947947
gh release upload ${{ inputs.gitReleaseTag }} icuexportdata_*.zip --clobber
948948
env:

0 commit comments

Comments
 (0)