Skip to content

Commit

Permalink
in pipeline, Make build script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiqianYang committed Aug 8, 2024
1 parent 415cf99 commit db242a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Make build script executable
run: chmod +x ./azure-java-migration-copilot-client/build.sh

- name: Run build script
run: ./azure-java-migration-copilot-client/build.sh

0 comments on commit db242a1

Please sign in to comment.