Skip to content

Commit

Permalink
modify release.gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
touchmii committed Oct 25, 2020
1 parent 7386911 commit ff54b81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew release
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew release
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit ff54b81

Please sign in to comment.