Skip to content

Commit 372d6e1

Browse files
committed
mac things
1 parent 115f9ff commit 372d6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/internal-build-release-macos64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
# repair permissions
3636
chmod +x ./src/CodeQLToolkit.Core/bin/Release/net6.0/publish/macos-arm64/qlt
37-
chmod +r -R ./src/CodeQLToolkit.Core/bin/Release/net6.0/publish/macos-arm64
37+
chmod -R +r ./src/CodeQLToolkit.Core/bin/Release/net6.0/publish/macos-arm64
3838
3939
# create bundle
4040
ARCHIVE="$(pwd)/qlt-macos-arm64.zip"

0 commit comments

Comments
 (0)