Skip to content

Commit

Permalink
edit gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 26, 2020
1 parent 2b8ee44 commit 2261967
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ jobs:
java-version: 1.8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: check directory
run: ls -la
- name: Build with Gradle
run: ./gradlew build
- run: mkdir -p artifacts
- uses: actions/upload-artifact@v2
with:
name: my-artifact
path: build/libs/



0 comments on commit 2261967

Please sign in to comment.