Skip to content

Commit f258bbc

Browse files
authored
Update release-binaries.yml
1 parent 2c0e6ee commit f258bbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
9090
run: |
9191
./llvm/utils/release/./github-upload-release.py --token "$GITHUB_TOKEN" --user "$GITHUB_ACTOR" --user-token "$USER_TOKEN" check-permissions
9292
93+
- name: Check long paths
94+
run: |
95+
Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled'
9396
- name: Collect Variables
9497
id: vars
9598
shell: bash

0 commit comments

Comments
 (0)