Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardZHY authored Nov 24, 2022
1 parent 6647a14 commit 500413d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
# Artifact name
name: build
path: build/libs/*.jar

0 comments on commit 500413d

Please sign in to comment.