Skip to content

Commit edc4cf8

Browse files
committed
Update draft-release.yml
- grant permissions to the gha runner to run the build.sh script through gha C
1 parent 912a790 commit edc4cf8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/draft-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
run: clang ./src/gha/gha.c -o ./dist/gha/gha
2929

3030
- name: Run GHA Launcher (UNIX Build & Package)
31-
run: ./dist/gha/gha
31+
run: |
32+
chmod +x ./build.sh
33+
./dist/gha/gha
3234
3335
- name: Upload UNIX Binary Artifact
3436
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)