Skip to content

Commit

Permalink
Experiments with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulyaara committed Feb 19, 2024
1 parent 21040c4 commit f69a21e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
path: main

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Checkout Sarahang
uses: actions/checkout@v3
Expand All @@ -35,6 +30,9 @@ jobs:
path: sarahang
ref: master

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: setup JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit f69a21e

Please sign in to comment.