Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hweyoung authored Mar 2, 2024
1 parent 2e7ead3 commit f70207a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: cp appspec.yml ./deploy

- name: Copy script
run: chmod +x *.sh && cp ./scripts/*.sh ./deploy
run: chmod +x ./scripts/*.sh && cp ./scripts/*.sh ./deploy

- name: Make zip file
run: zip -r -qq -j ./common.zip ./deploy
Expand Down

0 comments on commit f70207a

Please sign in to comment.