Skip to content

Commit 22e2711

Browse files
committed
Fix typo
1 parent 9d2a24e commit 22e2711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
.\build_llvm_release.bat ${{ steps.variables.outputs.script-options }} --version ${{ steps.variables.outputs.version-string }} --local-python --skip-checkout
8282
# Move installer to top-level directory so it is easier to upload.
8383
mv llvm_package_${{ steps.variables.outputs.version-string}}\${{ steps.variables.outputs.installer-dir }}\${{ steps.variables.outputs.installer-name }} .
84-
mv llvm_package_${{ steps.variables.outputs.version-sring}}\${{ steps.variables.outputs.tar-name }} .
84+
mv llvm_package_${{ steps.variables.outputs.version-string}}\${{ steps.variables.outputs.tar-name }} .
8585
8686
- name: Upload Installer
8787
uses: ./.github/workflows/upload-release-artifact

0 commit comments

Comments
 (0)