We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2a24e commit 22e2711Copy full SHA for 22e2711
.github/workflows/release-binaries-windows.yml
@@ -81,7 +81,7 @@ jobs:
81
.\build_llvm_release.bat ${{ steps.variables.outputs.script-options }} --version ${{ steps.variables.outputs.version-string }} --local-python --skip-checkout
82
# Move installer to top-level directory so it is easier to upload.
83
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 }} .
+ mv llvm_package_${{ steps.variables.outputs.version-string}}\${{ steps.variables.outputs.tar-name }} .
85
86
- name: Upload Installer
87
uses: ./.github/workflows/upload-release-artifact
0 commit comments