Skip to content

Commit e1583b6

Browse files
authored
Add execute permission for sam scripts (#55)
1 parent 8fad3dc commit e1583b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232
echo "releasename=$releaseName" >> $GITHUB_OUTPUT
3333
3434
- name: Build
35-
run: make build-code
35+
run: |
36+
chmod +x ./tools/samclean.sh
37+
chmod +x ./tools/buildsam.sh
38+
make build-code
3639
3740
- name: Create Ckoudshell Package
3841
run: make create-cloudshell-package

0 commit comments

Comments
 (0)