Skip to content

Commit 8d80b1e

Browse files
Update build.yml
1 parent dcd2572 commit 8d80b1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Display the release tag
2424
run: echo ${{ github.event.release.tag_name }}
2525

26+
- name: Update Permission
27+
run: chmod +x build-executables.sh
28+
2629
- name: Build the wand executables
2730
run: ./build-executables.sh ${{ github.event.release.tag_name }}
2831

0 commit comments

Comments
 (0)