Skip to content

Commit 62735d8

Browse files
authored
fix: permissions of the executable files were wrong
1 parent 33c45bb commit 62735d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
run: |
3030
cd bin
3131
cp lib/*.arkm ../
32+
chmod u+x arkscript *.so
3233
cp arkscript ../
3334
cp *.so ../
34-
chmod u+x ark
3535
3636
- name: Tests
3737
shell: bash

0 commit comments

Comments
 (0)